Html Css Color HEX #099500 Islamic Green

📋 copy color: '#099500'

red 9 ◦ green 149 ◦ blue 0

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

Shades of Islamic Green #099500

Tints of Islamic Green #099500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.7%
G = 94.3%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#099500 (or 0x099500) is known color: Islamic Green. HEX triplet: 09, 95 and 00. RGB value is (9,149,0). Sum of RGB (Red+Green+Blue) = 9+149+0=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 149 (58.59% from 255 or 94.30% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 149 - color contains mainly: green. Hex color #099500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099500 is #F66AFF. Grayscale: #5A5A5A. Windows color (decimal): -16149248 or 38153. OLE color: 38153.

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

Color convert

RGB 9 149 0 -
CMYK 0.94 0 1 0.42
HSL 116.38º 1% 0.29% -
HSV(B) 116.38º 1% 0.58% -
XYZ 10.86 21.55 3.59 -
YUV 90.15 77.12 70.12 -
System Red Green Blue C M Y K H S L
Decimal 9 149 0 0.94 0 1 0.42 116.38 1 0.29
Hex 9 95 0 5E 0 64 2A 74 64 1D
Octal 11 225 0 136 0 144 52 164 144 35
Binary 1001 10010101 0 1011110 0 1100100 101010 1110100 1100100 11101

Color Harmonies of #099500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099500

Black with #099500

Text Example


Text Example

White with #099500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099500; }

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

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

background-color css

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

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

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

border-color css

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

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

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