Html Css Color HEX #0CA446 Pigment Green

📋 copy color: '#0CA446'

red 12 ◦ green 164 ◦ blue 70

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

Shades of Pigment Green #0CA446

Tints of Pigment Green #0CA446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.67%

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 4.88%
G = 66.67%
B = 28.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#0CA446 (or 0x0CA446) is known color: Pigment Green. HEX triplet: 0C, A4 and 46. RGB value is (12,164,70). Sum of RGB (Red+Green+Blue) = 12+164+70=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA446 is #F35BB9. Grayscale: #6C6C6C. Windows color (decimal): -15948730 or 4629516. OLE color: 4629516.

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

Color convert

RGB 12 164 70 -
CMYK 0.93 0 0.57 0.36
HSL 142.89º 0.86% 0.35% -
HSV(B) 142.89º 0.93% 0.64% -
XYZ 14.53 27.07 10.25 -
YUV 107.84 106.64 59.64 -
System Red Green Blue C M Y K H S L
Decimal 12 164 70 0.93 0 0.57 0.36 142.89 0.86 0.35
Hex C A4 46 5D 0 39 24 8F 56 23
Octal 14 244 106 135 0 71 44 217 126 43
Binary 1100 10100100 1000110 1011101 0 111001 100100 10001111 1010110 100011

Color Harmonies of #0CA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA446

Black with #0CA446

Text Example


Text Example

White with #0CA446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,164,70); }

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

background-color css

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

 a { background-color: rgb(12,164,70); }

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

border-color css

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

 span { border-color: rgb(12,164,70); }

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