#089E32

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

Shades of Dark Pastel Green #089E32

Tints of Dark Pastel Green #089E32

Color information

#089E32 (or 0x089E32) is unknown color: approx Dark Pastel Green. HEX triplet: 08, 9E and 32. RGB value is (8,158,50). Sum of RGB (Red+Green+Blue) = 8+158+50=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 158 (62.11% from 255 or 73.15% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 158 - color contains mainly: green. Hex color #089E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089E32 is #F761CD. Grayscale: #656565. Windows color (decimal): -16212430 or 3317256. OLE color: 3317256.

HSL color Cylindrical-coordinate representation of color #089E32: hue angle of 136.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089E32 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB815850-
CMYK0.9500.680.38
HSL136.8º90.36%32.55%-
HSV(B)136.8º94.94%61.96%-
XYZ12.924.747.11-
YUV100.8499.361.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 158 (62.11% from 255) = 73.15%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=3.70%
G=73.15%
B=23.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8158500.9500.680.38136.890.3632.55
Hex89E325F04426895a21
Octal102366213701044621113241
Binary100010011110110010101111101000100100110100010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089E32; }

 p { color: rgb(8,158,50); }

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

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

 a { background-color: rgb(8,158,50); }

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

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

 span { border-color: rgb(8,158,50); }

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