Html Css Color HEX #099412 Islamic Green

📋 copy color: '#099412'

red 9 ◦ green 148 ◦ blue 18

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

Shades of Islamic Green #099412

Tints of Islamic Green #099412

RGB

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

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

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

R = 5.14%
G = 84.57%
B = 10.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#099412 (or 0x099412) is known color: Islamic Green. HEX triplet: 09, 94 and 12. RGB value is (9,148,18). Sum of RGB (Red+Green+Blue) = 9+148+18=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 148 (58.20% from 255 or 84.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 148 - color contains mainly: green. Hex color #099412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099412 is #F66BED. Grayscale: #5C5C5C. Windows color (decimal): -16149486 or 1217545. OLE color: 1217545.

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

Color convert

RGB 9 148 18 -
CMYK 0.94 0 0.88 0.42
HSL 123.88º 0.89% 0.31% -
HSV(B) 123.88º 0.94% 0.58% -
XYZ 10.81 21.28 4.11 -
YUV 91.62 86.45 69.07 -
System Red Green Blue C M Y K H S L
Decimal 9 148 18 0.94 0 0.88 0.42 123.88 0.89 0.31
Hex 9 94 12 5E 0 58 2A 7C 59 1F
Octal 11 224 22 136 0 130 52 174 131 37
Binary 1001 10010100 10010 1011110 0 1011000 101010 1111100 1011001 11111

Color Harmonies of #099412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099412

Black with #099412

Text Example


Text Example

White with #099412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099412; }

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

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

background-color css

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

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

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

border-color css

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

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

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