Html Css Color HEX #0CAB49 Pigment Green

📋 copy color: '#0CAB49'

red 12 ◦ green 171 ◦ blue 73

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

Shades of Pigment Green #0CAB49

Tints of Pigment Green #0CAB49

RGB

 RED value IS 12 (5.08% from 255) = 4.69%

 GREEN value IS 171 (67.19% from 255) = 66.8%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 4.69%
G = 66.8%
B = 28.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#0CAB49 (or 0x0CAB49) is known color: Pigment Green. HEX triplet: 0C, AB and 49. RGB value is (12,171,73). Sum of RGB (Red+Green+Blue) = 12+171+73=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB49 is #F354B6. Grayscale: #707070. Windows color (decimal): -15946935 or 4827916. OLE color: 4827916.

HSL color Cylindrical-coordinate representation of color #0CAB49: hue angle of 143.02º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB49 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 73 -
CMYK 0.93 0 0.57 0.33
HSL 143.02º 0.87% 0.36% -
HSV(B) 143.02º 0.93% 0.67% -
XYZ 15.92 29.69 11.19 -
YUV 112.29 105.82 56.47 -
System Red Green Blue C M Y K H S L
Decimal 12 171 73 0.93 0 0.57 0.33 143.02 0.87 0.36
Hex C AB 49 5D 0 39 21 8F 57 24
Octal 14 253 111 135 0 71 41 217 127 44
Binary 1100 10101011 1001001 1011101 0 111001 100001 10001111 1010111 100100

Color Harmonies of #0CAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB49

Black with #0CAB49

Text Example


Text Example

White with #0CAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,73); }

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

background-color css

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

 a { background-color: rgb(12,171,73); }

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

border-color css

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

 span { border-color: rgb(12,171,73); }

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