Html Css Color HEX #0CA421 Forest Green

📋 copy color: '#0CA421'

red 12 ◦ green 164 ◦ blue 33

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

Shades of Forest Green #0CA421

Tints of Forest Green #0CA421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 5.74%
G = 78.47%
B = 15.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#0CA421 (or 0x0CA421) is known color: Forest Green. HEX triplet: 0C, A4 and 21. RGB value is (12,164,33). Sum of RGB (Red+Green+Blue) = 12+164+33=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA421 is #F35BDE. Grayscale: #676767. Windows color (decimal): -15948767 or 2204684. OLE color: 2204684.

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

Color convert

RGB 12 164 33 -
CMYK 0.93 0 0.80 0.36
HSL 128.29º 0.86% 0.35% -
HSV(B) 128.29º 0.93% 0.64% -
XYZ 13.7 26.74 5.88 -
YUV 103.62 88.14 62.65 -
System Red Green Blue C M Y K H S L
Decimal 12 164 33 0.93 0 0.80 0.36 128.29 0.86 0.35
Hex C A4 21 5D 0 50 24 80 56 23
Octal 14 244 41 135 0 120 44 200 126 43
Binary 1100 10100100 100001 1011101 0 1010000 100100 10000000 1010110 100011

Color Harmonies of #0CA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA421

Black with #0CA421

Text Example


Text Example

White with #0CA421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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