Html Css Color HEX #099502 Islamic Green

📋 copy color: '#099502'

red 9 ◦ green 149 ◦ blue 2

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

Shades of Islamic Green #099502

Tints of Islamic Green #099502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 93.13%

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

R = 5.63%
G = 93.13%
B = 1.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#099502 (or 0x099502) is known color: Islamic Green. HEX triplet: 09, 95 and 02. RGB value is (9,149,2). Sum of RGB (Red+Green+Blue) = 9+149+2=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 149 (58.59% from 255 or 93.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 149 - color contains mainly: green. Hex color #099502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099502 is #F66AFD. Grayscale: #5A5A5A. Windows color (decimal): -16149246 or 169225. OLE color: 169225.

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

Color convert

RGB 9 149 2 -
CMYK 0.94 0 0.99 0.42
HSL 117.14º 0.97% 0.3% -
HSV(B) 117.14º 0.99% 0.58% -
XYZ 10.87 21.56 3.65 -
YUV 90.38 78.12 69.95 -
System Red Green Blue C M Y K H S L
Decimal 9 149 2 0.94 0 0.99 0.42 117.14 0.97 0.3
Hex 9 95 2 5E 0 63 2A 75 61 1E
Octal 11 225 2 136 0 143 52 165 141 36
Binary 1001 10010101 10 1011110 0 1100011 101010 1110101 1100001 11110

Color Harmonies of #099502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099502

Black with #099502

Text Example


Text Example

White with #099502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099502; }

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

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

background-color css

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

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

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

border-color css

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

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

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