#008A17

Color #008A17 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #008A17

Tints of Green #008A17

Color information

#008A17 (or 0x008A17) is unknown color: approx Green. HEX triplet: 00, 8A and 17. RGB value is (0,138,23). Sum of RGB (Red+Green+Blue) = 0+138+23=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 138 (54.30% from 255 or 85.71% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 138 - color contains mainly: green. Hex color #008A17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A17 is #FF75E8. Grayscale: #535353. Windows color (decimal): -16741865 or 1542656. OLE color: 1542656.

HSL color Cylindrical-coordinate representation of color #008A17: hue angle of 130º 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 #008A17 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB013823-
CMYK100.830.46
HSL130º100%27.06%-
HSV(B)130º100%54.12%-
XYZ9.2418.243.84-
YUV83.6393.7868.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 85.71%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=0%
G=85.71%
B=14.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013823100.830.4613010027.06
Hex08A17640532E82641b
Octal02122714401235620214433
Binary0100010101011111001000101001110111010000010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008A17; }

 p { color: rgb(0,138,23); }

 H1.HeaderClassName
 {
   color: #008A17;
 }
 .AnyTagClassName
 {
   color: #008A17;
 }
</style>
background-color css

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

 a { background-color: rgb(0,138,23); }

 div.DivClassName
 {
   background-color: #008A17;
 }
 .BgClassName
 {
   background-color: #008A17;
 }
</style>
border-color css

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

 span { border-color: rgb(0,138,23); }

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