Html Css Color HEX #0A8818 Forest Green

📋 copy color: '#0A8818'

red 10 ◦ green 136 ◦ blue 24

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

Shades of Forest Green #0A8818

Tints of Forest Green #0A8818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 5.88%
G = 80%
B = 14.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#0A8818 (or 0x0A8818) is known color: Forest Green. HEX triplet: 0A, 88 and 18. RGB value is (10,136,24). Sum of RGB (Red+Green+Blue) = 10+136+24=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 136 (53.52% from 255 or 80% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8818 is #F577E7. Grayscale: #555555. Windows color (decimal): -16087016 or 1607690. OLE color: 1607690.

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

Color convert

RGB 10 136 24 -
CMYK 0.93 0 0.82 0.47
HSL 126.67º 0.86% 0.29% -
HSV(B) 126.67º 0.93% 0.53% -
XYZ 9.09 17.74 3.81 -
YUV 85.56 93.26 74.11 -
System Red Green Blue C M Y K H S L
Decimal 10 136 24 0.93 0 0.82 0.47 126.67 0.86 0.29
Hex A 88 18 5D 0 52 2F 7F 56 1D
Octal 12 210 30 135 0 122 57 177 126 35
Binary 1010 10001000 11000 1011101 0 1010010 101111 1111111 1010110 11101

Color Harmonies of #0A8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8818

Black with #0A8818

Text Example


Text Example

White with #0A8818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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