#099C0A

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

Shades of Islamic Green #099C0A

Tints of Islamic Green #099C0A

Color information

#099C0A (or 0x099C0A) is unknown color: approx Islamic Green. HEX triplet: 09, 9C and 0A. RGB value is (9,156,10). Sum of RGB (Red+Green+Blue) = 9+156+10=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 156 (61.33% from 255 or 89.14% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 156 - color contains mainly: green. Hex color #099C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C0A is #F663F5. Grayscale: #5F5F5F. Windows color (decimal): -16147446 or 695305. OLE color: 695305.

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

Color convert

RGB915610-
CMYK0.9400.940.39
HSL120.41º89.09%32.35%-
HSV(B)120.41º94.23%61.18%-
XYZ12.0623.864.26-
YUV95.479.866.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 156 (61.33% from 255) = 89.14%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=5.14%
G=89.14%
B=5.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156100.9400.940.39120.4189.0932.35
Hex99CA5E05E27785920
Octal112341213601364717013140
Binary100110011100101010111100101111010011111110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099C0A; }

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

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

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

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

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

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

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

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