Html Css Color HEX #0CA444 Pigment Green

📋 copy color: '#0CA444'

red 12 ◦ green 164 ◦ blue 68

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

Shades of Pigment Green #0CA444

Tints of Pigment Green #0CA444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 4.92%
G = 67.21%
B = 27.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#0CA444 (or 0x0CA444) is known color: Pigment Green. HEX triplet: 0C, A4 and 44. RGB value is (12,164,68). Sum of RGB (Red+Green+Blue) = 12+164+68=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA444 is #F35BBB. Grayscale: #6B6B6B. Windows color (decimal): -15948732 or 4498444. OLE color: 4498444.

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

Color convert

RGB 12 164 68 -
CMYK 0.93 0 0.59 0.36
HSL 142.11º 0.86% 0.35% -
HSV(B) 142.11º 0.93% 0.64% -
XYZ 14.47 27.05 9.93 -
YUV 107.61 105.64 59.81 -
System Red Green Blue C M Y K H S L
Decimal 12 164 68 0.93 0 0.59 0.36 142.11 0.86 0.35
Hex C A4 44 5D 0 3B 24 8E 56 23
Octal 14 244 104 135 0 73 44 216 126 43
Binary 1100 10100100 1000100 1011101 0 111011 100100 10001110 1010110 100011

Color Harmonies of #0CA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA444

Black with #0CA444

Text Example


Text Example

White with #0CA444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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