Html Css Color HEX #0CAB55 Pigment Green

📋 copy color: '#0CAB55'

red 12 ◦ green 171 ◦ blue 85

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

Shades of Pigment Green #0CAB55

Tints of Pigment Green #0CAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 4.48%
G = 63.81%
B = 31.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#0CAB55 (or 0x0CAB55) is known color: Pigment Green. HEX triplet: 0C, AB and 55. RGB value is (12,171,85). Sum of RGB (Red+Green+Blue) = 12+171+85=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB55 is #F354AA. Grayscale: #717171. Windows color (decimal): -15946923 or 5614348. OLE color: 5614348.

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

Color convert

RGB 12 171 85 -
CMYK 0.93 0 0.50 0.33
HSL 147.55º 0.87% 0.36% -
HSV(B) 147.55º 0.93% 0.67% -
XYZ 16.35 29.86 13.5 -
YUV 113.66 111.82 55.49 -
System Red Green Blue C M Y K H S L
Decimal 12 171 85 0.93 0 0.50 0.33 147.55 0.87 0.36
Hex C AB 55 5D 0 32 21 94 57 24
Octal 14 253 125 135 0 62 41 224 127 44
Binary 1100 10101011 1010101 1011101 0 110010 100001 10010100 1010111 100100

Color Harmonies of #0CAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB55

Black with #0CAB55

Text Example


Text Example

White with #0CAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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