Html Css Color HEX #0A8A18 Forest Green

📋 copy color: '#0A8A18'

red 10 ◦ green 138 ◦ blue 24

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

Shades of Forest Green #0A8A18

Tints of Forest Green #0A8A18

RGB

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

 GREEN value IS 138 (54.3% from 255) = 80.23%

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

R = 5.81%
G = 80.23%
B = 13.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#0A8A18 (or 0x0A8A18) is known color: Forest Green. HEX triplet: 0A, 8A and 18. RGB value is (10,138,24). Sum of RGB (Red+Green+Blue) = 10+138+24=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 138 (54.30% from 255 or 80.23% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8A18 is #F575E7. Grayscale: #575757. Windows color (decimal): -16086504 or 1608202. OLE color: 1608202.

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

Color convert

RGB 10 138 24 -
CMYK 0.93 0 0.83 0.46
HSL 126.56º 0.86% 0.29% -
HSV(B) 126.56º 0.93% 0.54% -
XYZ 9.38 18.31 3.9 -
YUV 86.73 92.59 73.27 -
System Red Green Blue C M Y K H S L
Decimal 10 138 24 0.93 0 0.83 0.46 126.56 0.86 0.29
Hex A 8A 18 5D 0 53 2E 7F 56 1D
Octal 12 212 30 135 0 123 56 177 126 35
Binary 1010 10001010 11000 1011101 0 1010011 101110 1111111 1010110 11101

Color Harmonies of #0A8A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A18

Black with #0A8A18

Text Example


Text Example

White with #0A8A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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