Html Css Color HEX #099401 Islamic Green

📋 copy color: '#099401'

red 9 ◦ green 148 ◦ blue 1

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

Shades of Islamic Green #099401

Tints of Islamic Green #099401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 5.7%
G = 93.67%
B = 0.63%

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

#099401 (or 0x099401) is known color: Islamic Green. HEX triplet: 09, 94 and 01. RGB value is (9,148,1). Sum of RGB (Red+Green+Blue) = 9+148+1=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 148 (58.20% from 255 or 93.67% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 148 - color contains mainly: green. Hex color #099401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099401 is #F66BFE. Grayscale: #5A5A5A. Windows color (decimal): -16149503 or 103433. OLE color: 103433.

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

Color convert

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

Color Harmonies of #099401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099401

Black with #099401

Text Example


Text Example

White with #099401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099401; }

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

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

background-color css

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

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

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

border-color css

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

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

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