Html Css Color HEX #099C0E Islamic Green

📋 copy color: '#099C0E'

red 9 ◦ green 156 ◦ blue 14

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

Shades of Islamic Green #099C0E

Tints of Islamic Green #099C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 87.15%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 5.03%
G = 87.15%
B = 7.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#099C0E (or 0x099C0E) is known color: Islamic Green. HEX triplet: 09, 9C and 0E. RGB value is (9,156,14). Sum of RGB (Red+Green+Blue) = 9+156+14=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 156 (61.33% from 255 or 87.15% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 156 - color contains mainly: green. Hex color #099C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C0E is #F663F1. Grayscale: #606060. Windows color (decimal): -16147442 or 957449. OLE color: 957449.

HSL color Cylindrical-coordinate representation of color #099C0E: hue angle of 122.04º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C0E is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 14 -
CMYK 0.94 0 0.91 0.39
HSL 122.04º 0.89% 0.32% -
HSV(B) 122.04º 0.94% 0.61% -
XYZ 12.08 23.87 4.39 -
YUV 95.86 81.8 66.05 -
System Red Green Blue C M Y K H S L
Decimal 9 156 14 0.94 0 0.91 0.39 122.04 0.89 0.32
Hex 9 9C E 5E 0 5B 27 7A 59 20
Octal 11 234 16 136 0 133 47 172 131 40
Binary 1001 10011100 1110 1011110 0 1011011 100111 1111010 1011001 100000

Color Harmonies of #099C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C0E

Black with #099C0E

Text Example


Text Example

White with #099C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099C0E; }

 p { color: rgb(9,156,14); }

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

background-color css

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

 a { background-color: rgb(9,156,14); }

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

border-color css

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

 span { border-color: rgb(9,156,14); }

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