Html Css Color HEX #0CAB47 Pigment Green

📋 copy color: '#0CAB47'

red 12 ◦ green 171 ◦ blue 71

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

Shades of Pigment Green #0CAB47

Tints of Pigment Green #0CAB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 4.72%
G = 67.32%
B = 27.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#0CAB47 (or 0x0CAB47) is known color: Pigment Green. HEX triplet: 0C, AB and 47. RGB value is (12,171,71). Sum of RGB (Red+Green+Blue) = 12+171+71=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 171 (67.19% from 255 or 67.32% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB47 is #F354B8. Grayscale: #707070. Windows color (decimal): -15946937 or 4696844. OLE color: 4696844.

HSL color Cylindrical-coordinate representation of color #0CAB47: hue angle of 142.26º 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 #0CAB47 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 71 -
CMYK 0.93 0 0.58 0.33
HSL 142.26º 0.87% 0.36% -
HSV(B) 142.26º 0.93% 0.67% -
XYZ 15.85 29.66 10.85 -
YUV 112.06 104.82 56.63 -
System Red Green Blue C M Y K H S L
Decimal 12 171 71 0.93 0 0.58 0.33 142.26 0.87 0.36
Hex C AB 47 5D 0 3A 21 8E 57 24
Octal 14 253 107 135 0 72 41 216 127 44
Binary 1100 10101011 1000111 1011101 0 111010 100001 10001110 1010111 100100

Color Harmonies of #0CAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB47

Black with #0CAB47

Text Example


Text Example

White with #0CAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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