#089500

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

Shades of Islamic Green #089500

Tints of Islamic Green #089500

Color information

#089500 (or 0x089500) is unknown color: approx Islamic Green. HEX triplet: 08, 95 and 00. RGB value is (8,149,0). Sum of RGB (Red+Green+Blue) = 8+149+0=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 149 (58.59% from 255 or 94.90% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 149 - color contains mainly: green. Hex color #089500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #089500 is #F76AFF. Grayscale: #5A5A5A. Windows color (decimal): -16214784 or 38152. OLE color: 38152.

HSL color Cylindrical-coordinate representation of color #089500: hue angle of 116.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #089500 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB81490-
CMYK0.95010.42
HSL116.78º100%29.22%-
HSV(B)116.78º100%58.43%-
XYZ10.8521.553.59-
YUV89.8577.2969.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 149 (58.59% from 255) = 94.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.10%
G=94.90%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal814900.95010.42116.7810029.22
Hex89505F0642A75641d
Octal10225013701445216514435
Binary10001001010101011111011001001010101110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089500; }

 p { color: rgb(8,149,0); }

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

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

 a { background-color: rgb(8,149,0); }

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

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

 span { border-color: rgb(8,149,0); }

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