Html Css Color HEX #099012 Islamic Green

📋 copy color: '#099012'

red 9 ◦ green 144 ◦ blue 18

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

Shades of Islamic Green #099012

Tints of Islamic Green #099012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 84.21%

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 5.26%
G = 84.21%
B = 10.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#099012 (or 0x099012) is known color: Islamic Green. HEX triplet: 09, 90 and 12. RGB value is (9,144,18). Sum of RGB (Red+Green+Blue) = 9+144+18=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 144 (56.64% from 255 or 84.21% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 144 - color contains mainly: green. Hex color #099012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099012 is #F66FED. Grayscale: #595959. Windows color (decimal): -16150510 or 1216521. OLE color: 1216521.

HSL color Cylindrical-coordinate representation of color #099012: hue angle of 124º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099012 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 18 -
CMYK 0.94 0 0.88 0.44
HSL 124º 0.88% 0.3% -
HSV(B) 124º 0.94% 0.56% -
XYZ 10.2 20.05 3.9 -
YUV 89.27 87.77 70.75 -
System Red Green Blue C M Y K H S L
Decimal 9 144 18 0.94 0 0.88 0.44 124 0.88 0.3
Hex 9 90 12 5E 0 58 2C 7C 58 1E
Octal 11 220 22 136 0 130 54 174 130 36
Binary 1001 10010000 10010 1011110 0 1011000 101100 1111100 1011000 11110

Color Harmonies of #099012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099012

Black with #099012

Text Example


Text Example

White with #099012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099012; }

 p { color: rgb(9,144,18); }

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

background-color css

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

 a { background-color: rgb(9,144,18); }

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

border-color css

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

 span { border-color: rgb(9,144,18); }

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