Html Css Color HEX #008918 Green

📋 copy color: '#008918'

red 0 ◦ green 137 ◦ blue 24

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

Shades of Green #008918

Tints of Green #008918

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 85.09%
B = 14.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#008918 (or 0x008918) is known color: Green. HEX triplet: 00, 89 and 18. RGB value is (0,137,24). Sum of RGB (Red+Green+Blue) = 0+137+24=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 137 (53.91% from 255 or 85.09% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 137 - color contains mainly: green. Hex color #008918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008918 is #FF76E7. Grayscale: #535353. Windows color (decimal): -16742120 or 1607936. OLE color: 1607936.

HSL color Cylindrical-coordinate representation of color #008918: hue angle of 130.51º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008918 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 24 -
CMYK 1 0 0.82 0.46
HSL 130.51º 1% 0.27% -
HSV(B) 130.51º 1% 0.54% -
XYZ 9.11 17.96 3.85 -
YUV 83.16 94.61 68.69 -
System Red Green Blue C M Y K H S L
Decimal 0 137 24 1 0 0.82 0.46 130.51 1 0.27
Hex 0 89 18 64 0 52 2E 83 64 1B
Octal 0 211 30 144 0 122 56 203 144 33
Binary 0 10001001 11000 1100100 0 1010010 101110 10000011 1100100 11011

Color Harmonies of #008918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008918

Black with #008918

Text Example


Text Example

White with #008918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008918; }

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

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

background-color css

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

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

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

border-color css

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

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

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