Html Css Color HEX #099602 Islamic Green

📋 copy color: '#099602'

red 9 ◦ green 150 ◦ blue 2

#099602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #099602

Tints of Islamic Green #099602

RGB

 RED value IS 9 (3.91% from 255) = 5.59%

 GREEN value IS 150 (58.98% from 255) = 93.17%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 5.59%
G = 93.17%
B = 1.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#099602 (or 0x099602) is known color: Islamic Green. HEX triplet: 09, 96 and 02. RGB value is (9,150,2). Sum of RGB (Red+Green+Blue) = 9+150+2=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 150 (58.98% from 255 or 93.17% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 150 - color contains mainly: green. Hex color #099602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099602 is #F669FD. Grayscale: #5B5B5B. Windows color (decimal): -16148990 or 169481. OLE color: 169481.

HSL color Cylindrical-coordinate representation of color #099602: hue angle of 117.16º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #099602 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 2 -
CMYK 0.94 0 0.99 0.41
HSL 117.16º 0.97% 0.3% -
HSV(B) 117.16º 0.99% 0.59% -
XYZ 11.03 21.88 3.7 -
YUV 90.97 77.79 69.53 -
System Red Green Blue C M Y K H S L
Decimal 9 150 2 0.94 0 0.99 0.41 117.16 0.97 0.3
Hex 9 96 2 5E 0 63 29 75 61 1E
Octal 11 226 2 136 0 143 51 165 141 36
Binary 1001 10010110 10 1011110 0 1100011 101001 1110101 1100001 11110

Color Harmonies of #099602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099602

Black with #099602

Text Example


Text Example

White with #099602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099602; }

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

 H1.HeaderClassName
 {
   color: #099602;
 }
 .AnyTagClassName
 {
   color: #099602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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