#099914

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

Shades of Islamic Green #099914

Tints of Islamic Green #099914

Color information

#099914 (or 0x099914) is unknown color: approx Islamic Green. HEX triplet: 09, 99 and 14. RGB value is (9,153,20). Sum of RGB (Red+Green+Blue) = 9+153+20=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 153 (60.16% from 255 or 84.07% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 153 - color contains mainly: green. Hex color #099914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099914 is #F666EB. Grayscale: #5F5F5F. Windows color (decimal): -16148204 or 1349897. OLE color: 1349897.

HSL color Cylindrical-coordinate representation of color #099914: hue angle of 124.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099914 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB915320-
CMYK0.9400.870.4
HSL124.58º88.89%31.76%-
HSV(B)124.58º94.12%60%-
XYZ11.6322.894.47-
YUV94.7885.7966.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 153 (60.16% from 255) = 84.07%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=4.95%
G=84.07%
B=10.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9153200.9400.870.4124.5888.8931.76
Hex999145E057287d5920
Octal112312413601275017513140
Binary1001100110011010010111100101011110100011111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099914; }

 p { color: rgb(9,153,20); }

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

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

 a { background-color: rgb(9,153,20); }

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

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

 span { border-color: rgb(9,153,20); }

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