#088812

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

Shades of Green #088812

Tints of Green #088812

Color information

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

HSL color Cylindrical-coordinate representation of color #088812: hue angle of 124.69º 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 #088812 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB813618-
CMYK0.9400.870.47
HSL124.69º88.89%28.24%-
HSV(B)124.69º94.12%53.33%-
XYZ9.0117.73.51-
YUV84.2890.5973.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8136180.9400.870.47124.6988.8928.24
Hex888125E0572F7d591c
Octal102102213601275717513134
Binary100010001000100101011110010101111011111111101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088812; }

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

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

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

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

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

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

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

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