#0A9F1D

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

Shades of Islamic Green #0A9F1D

Tints of Islamic Green #0A9F1D

Color information

#0A9F1D (or 0x0A9F1D) is unknown color: approx Islamic Green. HEX triplet: 0A, 9F and 1D. RGB value is (10,159,29). Sum of RGB (Red+Green+Blue) = 10+159+29=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 159 (62.5% from 255 or 80.30% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F1D is #F560E2. Grayscale: #636363. Windows color (decimal): -16081123 or 1941258. OLE color: 1941258.

HSL color Cylindrical-coordinate representation of color #0A9F1D: hue angle of 127.65º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F1D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1015929-
CMYK0.9400.820.38
HSL127.65º88.17%33.14%-
HSV(B)127.65º93.71%62.35%-
XYZ12.7524.955.31-
YUV99.6388.1464.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.05%
GREEN value IS 159 (62.5% from 255) = 80.30%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=5.05%
G=80.30%
B=14.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10159290.9400.820.38127.6588.1733.14
HexA9F1D5E05226805821
Octal122373513601224620013041
Binary10101001111111101101111001010010100110100000001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,29); }

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

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

 a { background-color: rgb(10,159,29); }

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

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

 span { border-color: rgb(10,159,29); }

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