Html Css Color HEX #14AC0E Islamic Green

📋 copy color: '#14AC0E'

red 20 ◦ green 172 ◦ blue 14

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

Shades of Islamic Green #14AC0E

Tints of Islamic Green #14AC0E

RGB

 RED value IS 20 (8.2% from 255) = 9.71%

 GREEN value IS 172 (67.58% from 255) = 83.5%

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

R = 9.71%
G = 83.5%
B = 6.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#14AC0E (or 0x14AC0E) is known color: Islamic Green. HEX triplet: 14, AC and 0E. RGB value is (20,172,14). Sum of RGB (Red+Green+Blue) = 20+172+14=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 172 (67.58% from 255 or 83.50% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC0E is #EB53F1. Grayscale: #6D6D6D. Windows color (decimal): -15422450 or 961556. OLE color: 961556.

HSL color Cylindrical-coordinate representation of color #14AC0E: hue angle of 117.72º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14AC0E is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 172 14 -
CMYK 0.88 0 0.92 0.33
HSL 117.72º 0.85% 0.36% -
HSV(B) 117.72º 0.92% 0.67% -
XYZ 15.12 29.69 5.35 -
YUV 108.54 74.64 64.85 -
System Red Green Blue C M Y K H S L
Decimal 20 172 14 0.88 0 0.92 0.33 117.72 0.85 0.36
Hex 14 AC E 58 0 5C 21 76 55 24
Octal 24 254 16 130 0 134 41 166 125 44
Binary 10100 10101100 1110 1011000 0 1011100 100001 1110110 1010101 100100

Color Harmonies of #14AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC0E

Black with #14AC0E

Text Example


Text Example

White with #14AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AC0E; }

 p { color: rgb(20,172,14); }

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

background-color css

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

 a { background-color: rgb(20,172,14); }

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

border-color css

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

 span { border-color: rgb(20,172,14); }

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