#0A980D

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

Shades of Islamic Green #0A980D

Tints of Islamic Green #0A980D

Color information

#0A980D (or 0x0A980D) is unknown color: approx Islamic Green. HEX triplet: 0A, 98 and 0D. RGB value is (10,152,13). Sum of RGB (Red+Green+Blue) = 10+152+13=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 152 (59.77% from 255 or 86.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 152 - color contains mainly: green. Hex color #0A980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A980D is #F567F2. Grayscale: #5E5E5E. Windows color (decimal): -16082931 or 890890. OLE color: 890890.

HSL color Cylindrical-coordinate representation of color #0A980D: hue angle of 121.27º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A980D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1015213-
CMYK0.9300.910.40
HSL121.27º87.65%31.76%-
HSV(B)121.27º93.42%59.61%-
XYZ11.4322.554.13-
YUV93.782.4668.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 152 (59.77% from 255) = 86.86%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=5.71%
G=86.86%
B=7.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152130.9300.910.40121.2787.6531.76
HexA98D5D05B28795820
Octal122301513501335017113040
Binary101010011000110110111010101101110100011110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A980D; }

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

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

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

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

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

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

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

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