#149D8A

Color #149D8A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #149D8A

Tints of Persian Green #149D8A

Color information

#149D8A (or 0x149D8A) is unknown color: approx Persian Green. HEX triplet: 14, 9D and 8A. RGB value is (20,157,138). Sum of RGB (Red+Green+Blue) = 20+157+138=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #149D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149D8A is #EB6275. Grayscale: #717171. Windows color (decimal): -15426166 or 9084180. OLE color: 9084180.

HSL color Cylindrical-coordinate representation of color #149D8A: hue angle of 171.68º degrees, saturation: 0.77, 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 #149D8A is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB20157138-
CMYK0.8700.120.38
HSL171.68º77.4%34.71%-
HSV(B)171.68º87.26%61.57%-
XYZ16.9326.128.19-
YUV113.87141.6161.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=6.35%
G=49.84%
B=43.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201571380.8700.120.38171.6877.434.71
Hex149D8A570C26ac4d23
Octal242352121270144625411543
Binary101001001110110001010101011101100100110101011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #149D8A;
 }
 .AnyTagClassName
 {
   color: #149D8A;
 }
</style>
background-color css

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

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

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

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

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

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