#0A8F0D

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

Shades of Islamic Green #0A8F0D

Tints of Islamic Green #0A8F0D

Color information

#0A8F0D (or 0x0A8F0D) is unknown color: approx Islamic Green. HEX triplet: 0A, 8F and 0D. RGB value is (10,143,13). Sum of RGB (Red+Green+Blue) = 10+143+13=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 143 (56.25% from 255 or 86.14% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8F0D is #F570F2. Grayscale: #585858. Windows color (decimal): -16085235 or 888586. OLE color: 888586.

HSL color Cylindrical-coordinate representation of color #0A8F0D: hue angle of 121.35º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8F0D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1014313-
CMYK0.9300.910.44
HSL121.35º86.93%30%-
HSV(B)121.35º93.01%56.08%-
XYZ10.0219.743.66-
YUV88.4185.4472.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 143 (56.25% from 255) = 86.14%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=6.02%
G=86.14%
B=7.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10143130.9300.910.44121.3586.9330
HexA8FD5D05B2C79571e
Octal122171513501335417112736
Binary10101000111111011011101010110111011001111001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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