#129F8A

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

Shades of Persian Green #129F8A

Tints of Persian Green #129F8A

Color information

#129F8A (or 0x129F8A) is unknown color: approx Persian Green. HEX triplet: 12, 9F and 8A. RGB value is (18,159,138). Sum of RGB (Red+Green+Blue) = 18+159+138=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #129F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129F8A is #ED6075. Grayscale: #727272. Windows color (decimal): -15556726 or 9084690. OLE color: 9084690.

HSL color Cylindrical-coordinate representation of color #129F8A: hue angle of 171.06º 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 #129F8A is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB18159138-
CMYK0.8900.130.38
HSL171.06º79.66%34.71%-
HSV(B)171.06º88.68%62.35%-
XYZ17.2426.7628.3-
YUV114.45141.2959.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=5.71%
G=50.48%
B=43.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181591380.8900.130.38171.0679.6634.71
Hex129F8A590D26ab5023
Octal222372121310154625312043
Binary100101001111110001010101100101101100110101010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,159,138); }

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

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

 a { background-color: rgb(18,159,138); }

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

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

 span { border-color: rgb(18,159,138); }

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