Html Css Color HEX #099402 Islamic Green

📋 copy color: '#099402'

red 9 ◦ green 148 ◦ blue 2

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

Shades of Islamic Green #099402

Tints of Islamic Green #099402

RGB

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

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

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

R = 5.66%
G = 93.08%
B = 1.26%

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

#099402 (or 0x099402) is known color: Islamic Green. HEX triplet: 09, 94 and 02. RGB value is (9,148,2). Sum of RGB (Red+Green+Blue) = 9+148+2=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 148 (58.20% from 255 or 93.08% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 148 - color contains mainly: green. Hex color #099402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099402 is #F66BFD. Grayscale: #5A5A5A. Windows color (decimal): -16149502 or 168969. OLE color: 168969.

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

Color convert

RGB 9 148 2 -
CMYK 0.94 0 0.99 0.42
HSL 117.12º 0.97% 0.29% -
HSV(B) 117.12º 0.99% 0.58% -
XYZ 10.71 21.24 3.59 -
YUV 89.8 78.45 70.37 -
System Red Green Blue C M Y K H S L
Decimal 9 148 2 0.94 0 0.99 0.42 117.12 0.97 0.29
Hex 9 94 2 5E 0 63 2A 75 61 1D
Octal 11 224 2 136 0 143 52 165 141 35
Binary 1001 10010100 10 1011110 0 1100011 101010 1110101 1100001 11101

Color Harmonies of #099402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099402

Black with #099402

Text Example


Text Example

White with #099402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099402; }

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

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

background-color css

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

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

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

border-color css

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

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

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