#099212

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

Shades of Islamic Green #099212

Tints of Islamic Green #099212

Color information

#099212 (or 0x099212) is unknown color: approx Islamic Green. HEX triplet: 09, 92 and 12. RGB value is (9,146,18). Sum of RGB (Red+Green+Blue) = 9+146+18=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 146 (57.42% from 255 or 84.39% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 146 - color contains mainly: green. Hex color #099212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099212 is #F66DED. Grayscale: #5A5A5A. Windows color (decimal): -16149998 or 1217033. OLE color: 1217033.

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

Color convert

RGB914618-
CMYK0.9400.880.43
HSL123.94º88.39%30.39%-
HSV(B)123.94º93.84%57.25%-
XYZ10.520.664.01-
YUV90.4487.1169.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 146 (57.42% from 255) = 84.39%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=5.20%
G=84.39%
B=10.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9146180.9400.880.43123.9488.3930.39
Hex992125E0582B7c581e
Octal112222213601305317413036
Binary100110010010100101011110010110001010111111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099212; }

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

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

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

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

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

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

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

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