Html Css Color HEX #0CAB52 Pigment Green

📋 copy color: '#0CAB52'

red 12 ◦ green 171 ◦ blue 82

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

Shades of Pigment Green #0CAB52

Tints of Pigment Green #0CAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 4.53%
G = 64.53%
B = 30.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#0CAB52 (or 0x0CAB52) is known color: Pigment Green. HEX triplet: 0C, AB and 52. RGB value is (12,171,82). Sum of RGB (Red+Green+Blue) = 12+171+82=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB52 is #F354AD. Grayscale: #717171. Windows color (decimal): -15946926 or 5417740. OLE color: 5417740.

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

Color convert

RGB 12 171 82 -
CMYK 0.93 0 0.52 0.33
HSL 146.42º 0.87% 0.36% -
HSV(B) 146.42º 0.93% 0.67% -
XYZ 16.24 29.81 12.88 -
YUV 113.31 110.32 55.74 -
System Red Green Blue C M Y K H S L
Decimal 12 171 82 0.93 0 0.52 0.33 146.42 0.87 0.36
Hex C AB 52 5D 0 34 21 92 57 24
Octal 14 253 122 135 0 64 41 222 127 44
Binary 1100 10101011 1010010 1011101 0 110100 100001 10010010 1010111 100100

Color Harmonies of #0CAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB52

Black with #0CAB52

Text Example


Text Example

White with #0CAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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