Html Css Color HEX #14A492 Persian Green

📋 copy color: '#14A492'

red 20 ◦ green 164 ◦ blue 146

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

Shades of Persian Green #14A492

Tints of Persian Green #14A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 6.06%
G = 49.7%
B = 44.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#14A492 (or 0x14A492) is known color: Persian Green. HEX triplet: 14, A4 and 92. RGB value is (20,164,146). Sum of RGB (Red+Green+Blue) = 20+164+146=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #14A492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A492 is #EB5B6D. Grayscale: #767676. Windows color (decimal): -15424366 or 9610260. OLE color: 9610260.

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

Color convert

RGB 20 164 146 -
CMYK 0.88 0 0.11 0.36
HSL 172.5º 0.78% 0.36% -
HSV(B) 172.5º 0.88% 0.64% -
XYZ 18.75 28.77 31.76 -
YUV 118.89 143.29 57.46 -
System Red Green Blue C M Y K H S L
Decimal 20 164 146 0.88 0 0.11 0.36 172.5 0.78 0.36
Hex 14 A4 92 58 0 B 24 AC 4E 24
Octal 24 244 222 130 0 13 44 254 116 44
Binary 10100 10100100 10010010 1011000 0 1011 100100 10101100 1001110 100100

Color Harmonies of #14A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A492

Black with #14A492

Text Example


Text Example

White with #14A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,164,146); }

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

background-color css

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

 a { background-color: rgb(20,164,146); }

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

border-color css

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

 span { border-color: rgb(20,164,146); }

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