#128808

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

Shades of Green #128808

Tints of Green #128808

Color information

#128808 (or 0x128808) is unknown color: approx Green. HEX triplet: 12, 88 and 08. RGB value is (18,136,8). Sum of RGB (Red+Green+Blue) = 18+136+8=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 136 (53.52% from 255 or 83.95% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 136 - color contains mainly: green. Hex color #128808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128808 is #ED77F7. Grayscale: #565656. Windows color (decimal): -15562744 or 559122. OLE color: 559122.

HSL color Cylindrical-coordinate representation of color #128808: hue angle of 115.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #128808 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB181368-
CMYK0.8700.940.47
HSL115.31º88.89%28.24%-
HSV(B)115.31º94.12%53.33%-
XYZ9.117.753.18-
YUV86.1383.9179.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 136 (53.52% from 255) = 83.95%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=11.11%
G=83.95%
B=4.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1813680.8700.940.47115.3188.8928.24
Hex128885705E2F73591c
Octal222101012701365716313134
Binary100101000100010001010111010111101011111110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128808; }

 p { color: rgb(18,136,8); }

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

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

 a { background-color: rgb(18,136,8); }

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

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

 span { border-color: rgb(18,136,8); }

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