#0a9c18

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

Shades of Islamic Green #0A9C18

Tints of Islamic Green #0A9C18

Color information

#0A9C18 (or 0x0A9C18) is unknown color: approx Islamic Green. HEX triplet: 0A, 9C and 18. RGB value is (10,156,24). Sum of RGB (Red+Green+Blue) = 10+156+24=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 156 (61.33% from 255 or 82.11% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9C18 is #F563E7. Grayscale: #616161. Windows color (decimal): -16081896 or 1612810. OLE color: 1612810.

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

Color convert

RGB1015624-
CMYK0.9400.850.39
HSL125.75º87.95%32.55%-
HSV(B)125.75º93.59%61.18%-
XYZ12.1823.914.84-
YUV97.386.6365.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 156 (61.33% from 255) = 82.11%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=5.26%
G=82.11%
B=12.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156240.9400.850.39125.7587.9532.55
HexA9C185E055277e5821
Octal122343013601254717613041
Binary1010100111001100010111100101010110011111111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,156,24); }

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

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

 a { background-color: rgb(10,156,24); }

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

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

 span { border-color: rgb(10,156,24); }

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