Html Css Color HEX #099400 Islamic Green

📋 copy color: '#099400'

red 9 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #099400

Tints of Islamic Green #099400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 94.27%

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

R = 5.73%
G = 94.27%
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

#099400 (or 0x099400) is known color: Islamic Green. HEX triplet: 09, 94 and 00. RGB value is (9,148,0). Sum of RGB (Red+Green+Blue) = 9+148+0=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 148 (58.20% from 255 or 94.27% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 148 - color contains mainly: green. Hex color #099400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099400 is #F66BFF. Grayscale: #5A5A5A. Windows color (decimal): -16149504 or 37897. OLE color: 37897.

HSL color Cylindrical-coordinate representation of color #099400: hue angle of 116.35º 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 #099400 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 0 -
CMYK 0.94 0 1 0.42
HSL 116.35º 1% 0.29% -
HSV(B) 116.35º 1% 0.58% -
XYZ 10.7 21.24 3.54 -
YUV 89.57 77.45 70.53 -
System Red Green Blue C M Y K H S L
Decimal 9 148 0 0.94 0 1 0.42 116.35 1 0.29
Hex 9 94 0 5E 0 64 2A 74 64 1D
Octal 11 224 0 136 0 144 52 164 144 35
Binary 1001 10010100 0 1011110 0 1100100 101010 1110100 1100100 11101

Color Harmonies of #099400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099400

Black with #099400

Text Example


Text Example

White with #099400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099400; }

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

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

background-color css

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

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

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

border-color css

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

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

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