#088212

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

Shades of Green #088212

Tints of Green #088212

Color information

#088212 (or 0x088212) is unknown color: approx Green. HEX triplet: 08, 82 and 12. RGB value is (8,130,18). Sum of RGB (Red+Green+Blue) = 8+130+18=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #088212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088212 is #F77DED. Grayscale: #515151. Windows color (decimal): -16219630 or 1212936. OLE color: 1212936.

HSL color Cylindrical-coordinate representation of color #088212: hue angle of 124.92º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088212 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB813018-
CMYK0.9400.860.49
HSL124.92º88.41%27.06%-
HSV(B)124.92º93.85%50.98%-
XYZ8.1916.063.24-
YUV80.7592.5876.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=5.13%
G=83.33%
B=11.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130180.9400.860.49124.9288.4127.06
Hex882125E056317d581b
Octal102022213601266117513033
Binary100010000010100101011110010101101100011111101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088212; }

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

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

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

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

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

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

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

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