Html Css Color HEX #14A690 Persian Green

📋 copy color: '#14A690'

red 20 ◦ green 166 ◦ blue 144

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

Shades of Persian Green #14A690

Tints of Persian Green #14A690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.3%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 6.06%
G = 50.3%
B = 43.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#14A690 (or 0x14A690) is known color: Persian Green. HEX triplet: 14, A6 and 90. RGB value is (20,166,144). Sum of RGB (Red+Green+Blue) = 20+166+144=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #14A690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A690 is #EB596F. Grayscale: #777777. Windows color (decimal): -15423856 or 9479700. OLE color: 9479700.

HSL color Cylindrical-coordinate representation of color #14A690: hue angle of 170.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A690 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 144 -
CMYK 0.88 0 0.13 0.35
HSL 170.96º 0.78% 0.36% -
HSV(B) 170.96º 0.88% 0.65% -
XYZ 18.96 29.43 31.07 -
YUV 119.84 141.63 56.79 -
System Red Green Blue C M Y K H S L
Decimal 20 166 144 0.88 0 0.13 0.35 170.96 0.78 0.36
Hex 14 A6 90 58 0 D 23 AB 4E 24
Octal 24 246 220 130 0 15 43 253 116 44
Binary 10100 10100110 10010000 1011000 0 1101 100011 10101011 1001110 100100

Color Harmonies of #14A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A690

Black with #14A690

Text Example


Text Example

White with #14A690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,144); }

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

background-color css

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

 a { background-color: rgb(20,166,144); }

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

border-color css

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

 span { border-color: rgb(20,166,144); }

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