Html Css Color HEX #14A393 Persian Green

📋 copy color: '#14A393'

red 20 ◦ green 163 ◦ blue 147

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

Shades of Persian Green #14A393

Tints of Persian Green #14A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.39%

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 6.06%
G = 49.39%
B = 44.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#14A393 (or 0x14A393) is known color: Persian Green. HEX triplet: 14, A3 and 93. RGB value is (20,163,147). Sum of RGB (Red+Green+Blue) = 20+163+147=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #14A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A393 is #EB5C6C. Grayscale: #767676. Windows color (decimal): -15424621 or 9675540. OLE color: 9675540.

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

Color convert

RGB 20 163 147 -
CMYK 0.88 0 0.10 0.36
HSL 173.29º 0.78% 0.36% -
HSV(B) 173.29º 0.88% 0.64% -
XYZ 18.65 28.45 32.11 -
YUV 118.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 20 163 147 0.88 0 0.10 0.36 173.29 0.78 0.36
Hex 14 A3 93 58 0 A 24 AD 4E 24
Octal 24 243 223 130 0 12 44 255 116 44
Binary 10100 10100011 10010011 1011000 0 1010 100100 10101101 1001110 100100

Color Harmonies of #14A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A393

Black with #14A393

Text Example


Text Example

White with #14A393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,147); }

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

background-color css

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

 a { background-color: rgb(20,163,147); }

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

border-color css

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

 span { border-color: rgb(20,163,147); }

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