Html Css Color HEX #0A8420 Forest Green

📋 copy color: '#0A8420'

red 10 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #0A8420

Tints of Forest Green #0A8420

RGB

 RED value IS 10 (4.3% from 255) = 5.75%

 GREEN value IS 132 (51.95% from 255) = 75.86%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 5.75%
G = 75.86%
B = 18.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#0A8420 (or 0x0A8420) is known color: Forest Green. HEX triplet: 0A, 84 and 20. RGB value is (10,132,32). Sum of RGB (Red+Green+Blue) = 10+132+32=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8420 is #F57BDF. Grayscale: #545454. Windows color (decimal): -16088032 or 2130954. OLE color: 2130954.

HSL color Cylindrical-coordinate representation of color #0A8420: hue angle of 130.82º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8420 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 132 32 -
CMYK 0.92 0 0.76 0.48
HSL 130.82º 0.86% 0.28% -
HSV(B) 130.82º 0.92% 0.52% -
XYZ 8.64 16.67 4.13 -
YUV 84.12 98.58 75.13 -
System Red Green Blue C M Y K H S L
Decimal 10 132 32 0.92 0 0.76 0.48 130.82 0.86 0.28
Hex A 84 20 5C 0 4C 30 83 56 1C
Octal 12 204 40 134 0 114 60 203 126 34
Binary 1010 10000100 100000 1011100 0 1001100 110000 10000011 1010110 11100

Color Harmonies of #0A8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8420

Black with #0A8420

Text Example


Text Example

White with #0A8420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,132,32); }

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

background-color css

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

 a { background-color: rgb(10,132,32); }

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

border-color css

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

 span { border-color: rgb(10,132,32); }

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