Html Css Color HEX #0A8918 Forest Green

📋 copy color: '#0A8918'

red 10 ◦ green 137 ◦ blue 24

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

Shades of Forest Green #0A8918

Tints of Forest Green #0A8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 80.12%

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

R = 5.85%
G = 80.12%
B = 14.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#0A8918 (or 0x0A8918) is known color: Forest Green. HEX triplet: 0A, 89 and 18. RGB value is (10,137,24). Sum of RGB (Red+Green+Blue) = 10+137+24=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 137 (53.91% from 255 or 80.12% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8918 is #F576E7. Grayscale: #565656. Windows color (decimal): -16086760 or 1607946. OLE color: 1607946.

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

Color convert

RGB 10 137 24 -
CMYK 0.93 0 0.82 0.46
HSL 126.61º 0.86% 0.29% -
HSV(B) 126.61º 0.93% 0.54% -
XYZ 9.24 18.02 3.86 -
YUV 86.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 10 137 24 0.93 0 0.82 0.46 126.61 0.86 0.29
Hex A 89 18 5D 0 52 2E 7F 56 1D
Octal 12 211 30 135 0 122 56 177 126 35
Binary 1010 10001001 11000 1011101 0 1010010 101110 1111111 1010110 11101

Color Harmonies of #0A8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8918

Black with #0A8918

Text Example


Text Example

White with #0A8918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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