#128801

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

Shades of Green #128801

Tints of Green #128801

Color information

#128801 (or 0x128801) is unknown color: approx Green. HEX triplet: 12, 88 and 01. RGB value is (18,136,1). Sum of RGB (Red+Green+Blue) = 18+136+1=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 136 (53.52% from 255 or 87.74% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 136 - color contains mainly: green. Hex color #128801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128801 is #ED77FE. Grayscale: #555555. Windows color (decimal): -15562751 or 100370. OLE color: 100370.

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

Color convert

RGB181361-
CMYK0.8700.990.47
HSL112.44º98.54%26.86%-
HSV(B)112.44º99.26%53.33%-
XYZ9.0617.742.98-
YUV85.3380.4179.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 136 (53.52% from 255) = 87.74%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=11.61%
G=87.74%
B=0.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1813610.8700.990.47112.4498.5426.86
Hex12881570632F70631b
Octal22210112701435716014333
Binary100101000100011010111011000111011111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128801; }

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

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

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

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

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

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

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

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