Html Css Color HEX #0A8820 Forest Green

📋 copy color: '#0A8820'

red 10 ◦ green 136 ◦ blue 32

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

Shades of Forest Green #0A8820

Tints of Forest Green #0A8820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 76.4%

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

R = 5.62%
G = 76.4%
B = 17.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#0A8820 (or 0x0A8820) is known color: Forest Green. HEX triplet: 0A, 88 and 20. RGB value is (10,136,32). Sum of RGB (Red+Green+Blue) = 10+136+32=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8820 is #F577DF. Grayscale: #565656. Windows color (decimal): -16087008 or 2131978. OLE color: 2131978.

HSL color Cylindrical-coordinate representation of color #0A8820: hue angle of 130.48º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8820 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 32 -
CMYK 0.93 0 0.76 0.47
HSL 130.48º 0.86% 0.29% -
HSV(B) 130.48º 0.93% 0.53% -
XYZ 9.19 17.78 4.31 -
YUV 86.47 97.26 73.46 -
System Red Green Blue C M Y K H S L
Decimal 10 136 32 0.93 0 0.76 0.47 130.48 0.86 0.29
Hex A 88 20 5D 0 4C 2F 82 56 1D
Octal 12 210 40 135 0 114 57 202 126 35
Binary 1010 10001000 100000 1011101 0 1001100 101111 10000010 1010110 11101

Color Harmonies of #0A8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8820

Black with #0A8820

Text Example


Text Example

White with #0A8820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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