#0A9212

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

Shades of Islamic Green #0A9212

Tints of Islamic Green #0A9212

Color information

#0A9212 (or 0x0A9212) is unknown color: approx Islamic Green. HEX triplet: 0A, 92 and 12. RGB value is (10,146,18). Sum of RGB (Red+Green+Blue) = 10+146+18=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 146 (57.42% from 255 or 83.91% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9212 is #F56DED. Grayscale: #5B5B5B. Windows color (decimal): -16084462 or 1217034. OLE color: 1217034.

HSL color Cylindrical-coordinate representation of color #0A9212: hue angle of 123.53º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9212 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1014618-
CMYK0.9300.880.43
HSL123.53º87.18%30.59%-
HSV(B)123.53º93.15%57.25%-
XYZ10.5120.674.01-
YUV90.7486.9470.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 146 (57.42% from 255) = 83.91%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=5.75%
G=83.91%
B=10.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10146180.9300.880.43123.5387.1830.59
HexA92125D0582B7c571f
Octal122222213501305317412737
Binary101010010010100101011101010110001010111111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,146,18); }

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

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

 a { background-color: rgb(10,146,18); }

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

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

 span { border-color: rgb(10,146,18); }

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