Html Css Color HEX #0CA821 Forest Green

📋 copy color: '#0CA821'

red 12 ◦ green 168 ◦ blue 33

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

Shades of Forest Green #0CA821

Tints of Forest Green #0CA821

RGB

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

 GREEN value IS 168 (66.02% from 255) = 78.87%

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

R = 5.63%
G = 78.87%
B = 15.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#0CA821 (or 0x0CA821) is known color: Forest Green. HEX triplet: 0C, A8 and 21. RGB value is (12,168,33). Sum of RGB (Red+Green+Blue) = 12+168+33=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 168 (66.02% from 255 or 78.87% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA821 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA821 is #F357DE. Grayscale: #6A6A6A. Windows color (decimal): -15947743 or 2205708. OLE color: 2205708.

HSL color Cylindrical-coordinate representation of color #0CA821: hue angle of 128.08º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA821 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 168 33 -
CMYK 0.93 0 0.80 0.34
HSL 128.08º 0.87% 0.35% -
HSV(B) 128.08º 0.93% 0.66% -
XYZ 14.43 28.19 6.12 -
YUV 105.97 86.82 60.98 -
System Red Green Blue C M Y K H S L
Decimal 12 168 33 0.93 0 0.80 0.34 128.08 0.87 0.35
Hex C A8 21 5D 0 50 22 80 57 23
Octal 14 250 41 135 0 120 42 200 127 43
Binary 1100 10101000 100001 1011101 0 1010000 100010 10000000 1010111 100011

Color Harmonies of #0CA821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA821

Black with #0CA821

Text Example


Text Example

White with #0CA821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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