Html Css Color HEX #14A08A Persian Green

📋 copy color: '#14A08A'

red 20 ◦ green 160 ◦ blue 138

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

Shades of Persian Green #14A08A

Tints of Persian Green #14A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.31%

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 6.29%
G = 50.31%
B = 43.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#14A08A (or 0x14A08A) is known color: Persian Green. HEX triplet: 14, A0 and 8A. RGB value is (20,160,138). Sum of RGB (Red+Green+Blue) = 20+160+138=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #14A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A08A is #EB5F75. Grayscale: #737373. Windows color (decimal): -15425398 or 9084948. OLE color: 9084948.

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

Color convert

RGB 20 160 138 -
CMYK 0.88 0 0.14 0.37
HSL 170.57º 0.78% 0.35% -
HSV(B) 170.57º 0.88% 0.63% -
XYZ 17.45 27.13 28.36 -
YUV 115.63 140.62 59.79 -
System Red Green Blue C M Y K H S L
Decimal 20 160 138 0.88 0 0.14 0.37 170.57 0.78 0.35
Hex 14 A0 8A 58 0 E 25 AB 4E 23
Octal 24 240 212 130 0 16 45 253 116 43
Binary 10100 10100000 10001010 1011000 0 1110 100101 10101011 1001110 100011

Color Harmonies of #14A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A08A

Black with #14A08A

Text Example


Text Example

White with #14A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,160,138); }

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

background-color css

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

 a { background-color: rgb(20,160,138); }

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

border-color css

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

 span { border-color: rgb(20,160,138); }

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