#129E96

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

Shades of Persian Green #129E96

Tints of Persian Green #129E96

Color information

#129E96 (or 0x129E96) is unknown color: approx Persian Green. HEX triplet: 12, 9E and 96. RGB value is (18,158,150). Sum of RGB (Red+Green+Blue) = 18+158+150=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #129E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129E96 is #ED6169. Grayscale: #737373. Windows color (decimal): -15556970 or 9870866. OLE color: 9870866.

HSL color Cylindrical-coordinate representation of color #129E96: hue angle of 176.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E96 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB18158150-
CMYK0.8900.050.38
HSL176.57º79.55%34.51%-
HSV(B)176.57º88.61%61.96%-
XYZ17.9826.7833.08-
YUV115.23147.6258.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 158 (62.11% from 255) = 48.47%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=5.52%
G=48.47%
B=46.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581500.8900.050.38176.5779.5534.51
Hex129E96590526b15023
Octal22236226131054626112043
Binary10010100111101001011010110010101100110101100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129E96; }

 p { color: rgb(18,158,150); }

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

<style>
 a { background-color: #129E96; }

 a { background-color: rgb(18,158,150); }

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

<style>
 span { border-color: #129E96; }

 span { border-color: rgb(18,158,150); }

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