Html Css Color HEX #109A0E Islamic Green

📋 copy color: '#109A0E'

red 16 ◦ green 154 ◦ blue 14

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

Shades of Islamic Green #109A0E

Tints of Islamic Green #109A0E

RGB

 RED value IS 16 (6.64% from 255) = 8.7%

 GREEN value IS 154 (60.55% from 255) = 83.7%

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

R = 8.7%
G = 83.7%
B = 7.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#109A0E (or 0x109A0E) is known color: Islamic Green. HEX triplet: 10, 9A and 0E. RGB value is (16,154,14). Sum of RGB (Red+Green+Blue) = 16+154+14=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 154 (60.55% from 255 or 83.70% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 154 - color contains mainly: green. Hex color #109A0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109A0E is #EF65F1. Grayscale: #616161. Windows color (decimal): -15689202 or 956944. OLE color: 956944.

HSL color Cylindrical-coordinate representation of color #109A0E: hue angle of 119.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109A0E is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 154 14 -
CMYK 0.90 0 0.91 0.40
HSL 119.14º 0.83% 0.33% -
HSV(B) 119.14º 0.91% 0.6% -
XYZ 11.85 23.25 4.28 -
YUV 96.78 81.28 70.38 -
System Red Green Blue C M Y K H S L
Decimal 16 154 14 0.90 0 0.91 0.40 119.14 0.83 0.33
Hex 10 9A E 5A 0 5B 28 77 53 21
Octal 20 232 16 132 0 133 50 167 123 41
Binary 10000 10011010 1110 1011010 0 1011011 101000 1110111 1010011 100001

Color Harmonies of #109A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109A0E

Black with #109A0E

Text Example


Text Example

White with #109A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109A0E; }

 p { color: rgb(16,154,14); }

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

background-color css

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

 a { background-color: rgb(16,154,14); }

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

border-color css

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

 span { border-color: rgb(16,154,14); }

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