#0a9d1c

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

Shades of Islamic Green #0A9D1C

Tints of Islamic Green #0A9D1C

Color information

#0A9D1C (or 0x0A9D1C) is unknown color: approx Islamic Green. HEX triplet: 0A, 9D and 1C. RGB value is (10,157,28). Sum of RGB (Red+Green+Blue) = 10+157+28=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 157 (61.72% from 255 or 80.51% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9D1C is #F562E3. Grayscale: #626262. Windows color (decimal): -16081636 or 1875210. OLE color: 1875210.

HSL color Cylindrical-coordinate representation of color #0A9D1C: hue angle of 127.35º 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 #0A9D1C is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1015728-
CMYK0.9400.820.38
HSL127.35º88.02%32.75%-
HSV(B)127.35º93.63%61.57%-
XYZ12.3924.265.13-
YUV98.3488.364.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 157 (61.72% from 255) = 80.51%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=5.13%
G=80.51%
B=14.36%

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
Decimal10157280.9400.820.38127.3588.0232.75
HexA9D1C5E052267f5821
Octal122353413601224617713041
Binary1010100111011110010111100101001010011011111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9d1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,157,28); }

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

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

 a { background-color: rgb(10,157,28); }

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

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

 span { border-color: rgb(10,157,28); }

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