Html Css Color HEX #14A291 Persian Green

📋 copy color: '#14A291'

red 20 ◦ green 162 ◦ blue 145

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

Shades of Persian Green #14A291

Tints of Persian Green #14A291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.54%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 6.12%
G = 49.54%
B = 44.34%

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

#14A291 (or 0x14A291) is known color: Persian Green. HEX triplet: 14, A2 and 91. RGB value is (20,162,145). Sum of RGB (Red+Green+Blue) = 20+162+145=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #14A291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A291 is #EB5D6E. Grayscale: #757575. Windows color (decimal): -15424879 or 9544212. OLE color: 9544212.

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

Color convert

RGB 20 162 145 -
CMYK 0.88 0 0.10 0.36
HSL 172.82º 0.78% 0.36% -
HSV(B) 172.82º 0.88% 0.64% -
XYZ 18.32 28.03 31.23 -
YUV 117.6 143.46 58.38 -
System Red Green Blue C M Y K H S L
Decimal 20 162 145 0.88 0 0.10 0.36 172.82 0.78 0.36
Hex 14 A2 91 58 0 A 24 AD 4E 24
Octal 24 242 221 130 0 12 44 255 116 44
Binary 10100 10100010 10010001 1011000 0 1010 100100 10101101 1001110 100100

Color Harmonies of #14A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A291

Black with #14A291

Text Example


Text Example

White with #14A291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,162,145); }

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

background-color css

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

 a { background-color: rgb(20,162,145); }

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

border-color css

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

 span { border-color: rgb(20,162,145); }

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