Html Css Color HEX #0CAB48 Pigment Green

📋 copy color: '#0CAB48'

red 12 ◦ green 171 ◦ blue 72

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

Shades of Pigment Green #0CAB48

Tints of Pigment Green #0CAB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 4.71%
G = 67.06%
B = 28.24%

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

#0CAB48 (or 0x0CAB48) is known color: Pigment Green. HEX triplet: 0C, AB and 48. RGB value is (12,171,72). Sum of RGB (Red+Green+Blue) = 12+171+72=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB48 is #F354B7. Grayscale: #707070. Windows color (decimal): -15946936 or 4762380. OLE color: 4762380.

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

Color convert

RGB 12 171 72 -
CMYK 0.93 0 0.58 0.33
HSL 142.64º 0.87% 0.36% -
HSV(B) 142.64º 0.93% 0.67% -
XYZ 15.88 29.67 11.02 -
YUV 112.17 105.32 56.55 -
System Red Green Blue C M Y K H S L
Decimal 12 171 72 0.93 0 0.58 0.33 142.64 0.87 0.36
Hex C AB 48 5D 0 3A 21 8F 57 24
Octal 14 253 110 135 0 72 41 217 127 44
Binary 1100 10101011 1001000 1011101 0 111010 100001 10001111 1010111 100100

Color Harmonies of #0CAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB48

Black with #0CAB48

Text Example


Text Example

White with #0CAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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