#08980D

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

Shades of Islamic Green #08980D

Tints of Islamic Green #08980D

Color information

#08980D (or 0x08980D) is unknown color: approx Islamic Green. HEX triplet: 08, 98 and 0D. RGB value is (8,152,13). Sum of RGB (Red+Green+Blue) = 8+152+13=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 152 (59.77% from 255 or 87.86% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 152 - color contains mainly: green. Hex color #08980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08980D is #F767F2. Grayscale: #5D5D5D. Windows color (decimal): -16214003 or 890888. OLE color: 890888.

HSL color Cylindrical-coordinate representation of color #08980D: hue angle of 122.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08980D is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB815213-
CMYK0.9500.910.40
HSL122.08º90%31.37%-
HSV(B)122.08º94.74%59.61%-
XYZ11.422.544.13-
YUV93.182.7967.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 152 (59.77% from 255) = 87.86%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=4.62%
G=87.86%
B=7.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8152130.9500.910.40122.089031.37
Hex898D5F05B287a5a1f
Octal102301513701335017213237
Binary10001001100011011011111010110111010001111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08980D; }

 p { color: rgb(8,152,13); }

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

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

 a { background-color: rgb(8,152,13); }

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

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

 span { border-color: rgb(8,152,13); }

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