Html Css Color HEX #14A595 Persian Green

📋 copy color: '#14A595'

red 20 ◦ green 165 ◦ blue 149

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

Shades of Persian Green #14A595

Tints of Persian Green #14A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.4%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 5.99%
G = 49.4%
B = 44.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#14A595 (or 0x14A595) is known color: Persian Green. HEX triplet: 14, A5 and 95. RGB value is (20,165,149). Sum of RGB (Red+Green+Blue) = 20+165+149=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #14A595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A595 is #EB5A6A. Grayscale: #777777. Windows color (decimal): -15424107 or 9807124. OLE color: 9807124.

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

Color convert

RGB 20 165 149 -
CMYK 0.88 0 0.10 0.35
HSL 173.38º 0.78% 0.36% -
HSV(B) 173.38º 0.88% 0.65% -
XYZ 19.17 29.23 33.07 -
YUV 119.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 20 165 149 0.88 0 0.10 0.35 173.38 0.78 0.36
Hex 14 A5 95 58 0 A 23 AD 4E 24
Octal 24 245 225 130 0 12 43 255 116 44
Binary 10100 10100101 10010101 1011000 0 1010 100011 10101101 1001110 100100

Color Harmonies of #14A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A595

Black with #14A595

Text Example


Text Example

White with #14A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,165,149); }

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

background-color css

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

 a { background-color: rgb(20,165,149); }

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

border-color css

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

 span { border-color: rgb(20,165,149); }

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