#099B02

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

Shades of Islamic Green #099B02

Tints of Islamic Green #099B02

Color information

#099B02 (or 0x099B02) is unknown color: approx Islamic Green. HEX triplet: 09, 9B and 02. RGB value is (9,155,2). Sum of RGB (Red+Green+Blue) = 9+155+2=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 155 (60.94% from 255 or 93.37% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 155 - color contains mainly: green. Hex color #099B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099B02 is #F664FD. Grayscale: #5E5E5E. Windows color (decimal): -16147710 or 170761. OLE color: 170761.

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

Color convert

RGB91552-
CMYK0.9400.990.39
HSL117.25º97.45%30.78%-
HSV(B)117.25º98.71%60.78%-
XYZ11.8423.513.97-
YUV93.976.1367.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 155 (60.94% from 255) = 93.37%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=5.42%
G=93.37%
B=1.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal915520.9400.990.39117.2597.4530.78
Hex99B25E0632775611f
Octal11233213601434716514137
Binary100110011011101011110011000111001111110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,155,2); }

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

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

 a { background-color: rgb(9,155,2); }

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

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

 span { border-color: rgb(9,155,2); }

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