#14AC96

Color #14AC96 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #14AC96

Tints of Persian Green #14AC96

Color information

#14AC96 (or 0x14AC96) is unknown color: approx Persian Green. HEX triplet: 14, AC and 96. RGB value is (20,172,150). Sum of RGB (Red+Green+Blue) = 20+172+150=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC96 is #EB5369. Grayscale: #7B7B7B. Windows color (decimal): -15422314 or 9874452. OLE color: 9874452.

HSL color Cylindrical-coordinate representation of color #14AC96: hue angle of 171.32º 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 #14AC96 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB20172150-
CMYK0.8800.130.33
HSL171.32º79.17%37.65%-
HSV(B)171.32º88.37%67.45%-
XYZ20.5531.8633.92-
YUV124.04142.6453.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=5.85%
G=50.29%
B=43.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201721500.8800.130.33171.3279.1737.65
Hex14AC96580D21ab4f26
Octal242542261300154125311746
Binary101001010110010010110101100001101100001101010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14AC96;
 }
 .AnyTagClassName
 {
   color: #14AC96;
 }
</style>
background-color css

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

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

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

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

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

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