Html Css Color HEX #14AC12 Islamic Green

📋 copy color: '#14AC12'

red 20 ◦ green 172 ◦ blue 18

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

Shades of Islamic Green #14AC12

Tints of Islamic Green #14AC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 9.52%
G = 81.9%
B = 8.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#14AC12 (or 0x14AC12) is known color: Islamic Green. HEX triplet: 14, AC and 12. RGB value is (20,172,18). Sum of RGB (Red+Green+Blue) = 20+172+18=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 172 (67.58% from 255 or 81.90% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC12 is #EB53ED. Grayscale: #6D6D6D. Windows color (decimal): -15422446 or 1223700. OLE color: 1223700.

HSL color Cylindrical-coordinate representation of color #14AC12: hue angle of 119.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AC12 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 172 18 -
CMYK 0.88 0 0.90 0.33
HSL 119.22º 0.81% 0.37% -
HSV(B) 119.22º 0.9% 0.67% -
XYZ 15.15 29.7 5.51 -
YUV 109 76.64 64.52 -
System Red Green Blue C M Y K H S L
Decimal 20 172 18 0.88 0 0.90 0.33 119.22 0.81 0.37
Hex 14 AC 12 58 0 5A 21 77 51 25
Octal 24 254 22 130 0 132 41 167 121 45
Binary 10100 10101100 10010 1011000 0 1011010 100001 1110111 1010001 100101

Color Harmonies of #14AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC12

Black with #14AC12

Text Example


Text Example

White with #14AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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