Html Css Color HEX #14AC17 Islamic Green

📋 copy color: '#14AC17'

red 20 ◦ green 172 ◦ blue 23

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

Shades of Islamic Green #14AC17

Tints of Islamic Green #14AC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.7%

R = 9.3%
G = 80%
B = 10.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#14AC17 (or 0x14AC17) is known color: Islamic Green. HEX triplet: 14, AC and 17. RGB value is (20,172,23). Sum of RGB (Red+Green+Blue) = 20+172+23=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 172 (67.58% from 255 or 80% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC17 is #EB53E8. Grayscale: #6E6E6E. Windows color (decimal): -15422441 or 1551380. OLE color: 1551380.

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

Color convert

RGB 20 172 23 -
CMYK 0.88 0 0.87 0.33
HSL 121.18º 0.79% 0.38% -
HSV(B) 121.18º 0.88% 0.67% -
XYZ 15.2 29.72 5.75 -
YUV 109.57 79.14 64.12 -
System Red Green Blue C M Y K H S L
Decimal 20 172 23 0.88 0 0.87 0.33 121.18 0.79 0.38
Hex 14 AC 17 58 0 57 21 79 4F 26
Octal 24 254 27 130 0 127 41 171 117 46
Binary 10100 10101100 10111 1011000 0 1010111 100001 1111001 1001111 100110

Color Harmonies of #14AC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC17

Black with #14AC17

Text Example


Text Example

White with #14AC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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