Html Css Color HEX #14AF11 Islamic Green

📋 copy color: '#14AF11'

red 20 ◦ green 175 ◦ blue 17

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

Shades of Islamic Green #14AF11

Tints of Islamic Green #14AF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 82.55%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 9.43%
G = 82.55%
B = 8.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#14AF11 (or 0x14AF11) is known color: Islamic Green. HEX triplet: 14, AF and 11. RGB value is (20,175,17). Sum of RGB (Red+Green+Blue) = 20+175+17=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 175 (68.75% from 255 or 82.55% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AF11 is #EB50EE. Grayscale: #6F6F6F. Windows color (decimal): -15421679 or 1158932. OLE color: 1158932.

HSL color Cylindrical-coordinate representation of color #14AF11: hue angle of 118.86º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AF11 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 17 -
CMYK 0.89 0 0.90 0.31
HSL 118.86º 0.82% 0.38% -
HSV(B) 118.86º 0.9% 0.69% -
XYZ 15.72 30.85 5.66 -
YUV 110.64 75.15 63.35 -
System Red Green Blue C M Y K H S L
Decimal 20 175 17 0.89 0 0.90 0.31 118.86 0.82 0.38
Hex 14 AF 11 59 0 5A 1F 77 52 26
Octal 24 257 21 131 0 132 37 167 122 46
Binary 10100 10101111 10001 1011001 0 1011010 11111 1110111 1010010 100110

Color Harmonies of #14AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF11

Black with #14AF11

Text Example


Text Example

White with #14AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,17); }

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

background-color css

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

 a { background-color: rgb(20,175,17); }

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

border-color css

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

 span { border-color: rgb(20,175,17); }

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