Html Css Color HEX #149E8D Persian Green

📋 copy color: '#149E8D'

red 20 ◦ green 158 ◦ blue 141

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

Shades of Persian Green #149E8D

Tints of Persian Green #149E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.53%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 6.27%
G = 49.53%
B = 44.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#149E8D (or 0x149E8D) is known color: Persian Green. HEX triplet: 14, 9E and 8D. RGB value is (20,158,141). Sum of RGB (Red+Green+Blue) = 20+158+141=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #149E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149E8D is #EB6172. Grayscale: #727272. Windows color (decimal): -15425907 or 9281044. OLE color: 9281044.

HSL color Cylindrical-coordinate representation of color #149E8D: hue angle of 172.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E8D is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 141 -
CMYK 0.87 0 0.11 0.38
HSL 172.61º 0.78% 0.35% -
HSV(B) 172.61º 0.87% 0.62% -
XYZ 17.32 26.53 29.41 -
YUV 114.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 20 158 141 0.87 0 0.11 0.38 172.61 0.78 0.35
Hex 14 9E 8D 57 0 B 26 AD 4E 23
Octal 24 236 215 127 0 13 46 255 116 43
Binary 10100 10011110 10001101 1010111 0 1011 100110 10101101 1001110 100011

Color Harmonies of #149E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E8D

Black with #149E8D

Text Example


Text Example

White with #149E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149E8D; }

 p { color: rgb(20,158,141); }

 H1.HeaderClassName
 {
   color: #149E8D;
 }
 .AnyTagClassName
 {
   color: #149E8D;
 }
</style>

background-color css

<style>
 a { background-color: #149E8D; }

 a { background-color: rgb(20,158,141); }

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

border-color css

<style>
 span { border-color: #149E8D; }

 span { border-color: rgb(20,158,141); }

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