Html Css Color HEX #0F994B Pigment Green

📋 copy color: '#0F994B'

red 15 ◦ green 153 ◦ blue 75

#0F994B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0F994B

Tints of Pigment Green #0F994B

RGB

 RED value IS 15 (6.25% from 255) = 6.17%

 GREEN value IS 153 (60.16% from 255) = 62.96%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 6.17%
G = 62.96%
B = 30.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F994B (or 0x0F994B) is known color: Pigment Green. HEX triplet: 0F, 99 and 4B. RGB value is (15,153,75). Sum of RGB (Red+Green+Blue) = 15+153+75=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #0F994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F994B is #F066B4. Grayscale: #676767. Windows color (decimal): -15754933 or 4954383. OLE color: 4954383.

HSL color Cylindrical-coordinate representation of color #0F994B: hue angle of 146.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F994B is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 75 -
CMYK 0.90 0 0.51 0.4
HSL 146.09º 0.82% 0.33% -
HSV(B) 146.09º 0.9% 0.6% -
XYZ 12.86 23.39 10.49 -
YUV 102.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 15 153 75 0.90 0 0.51 0.4 146.09 0.82 0.33
Hex F 99 4B 5A 0 33 28 92 52 21
Octal 17 231 113 132 0 63 50 222 122 41
Binary 1111 10011001 1001011 1011010 0 110011 101000 10010010 1010010 100001

Color Harmonies of #0F994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F994B

Black with #0F994B

Text Example


Text Example

White with #0F994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F994B; }

 p { color: rgb(15,153,75); }

 H1.HeaderClassName
 {
   color: #0F994B;
 }
 .AnyTagClassName
 {
   color: #0F994B;
 }
</style>

background-color css

<style>
 a { background-color: #0F994B; }

 a { background-color: rgb(15,153,75); }

 div.DivClassName
 {
   background-color: #0F994B;
 }
 .BgClassName
 {
   background-color: #0F994B;
 }
</style>

border-color css

<style>
 span { border-color: #0F994B; }

 span { border-color: rgb(15,153,75); }

 td.TdClassName
 {
   border-color: #0F994B;
 }
 .TagClassName
 {
   border-color: #0F994B;
 }
</style>