Html Css Color HEX #129A89 Persian Green

📋 copy color: '#129A89'

red 18 ◦ green 154 ◦ blue 137

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

Shades of Persian Green #129A89

Tints of Persian Green #129A89

RGB

 RED value IS 18 (7.42% from 255) = 5.83%

 GREEN value IS 154 (60.55% from 255) = 49.84%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 5.83%
G = 49.84%
B = 44.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#129A89 (or 0x129A89) is known color: Persian Green. HEX triplet: 12, 9A and 89. RGB value is (18,154,137). Sum of RGB (Red+Green+Blue) = 18+154+137=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #129A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129A89 is #ED6576. Grayscale: #6F6F6F. Windows color (decimal): -15558007 or 9017874. OLE color: 9017874.

HSL color Cylindrical-coordinate representation of color #129A89: hue angle of 172.5º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A89 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 154 137 -
CMYK 0.88 0 0.11 0.40
HSL 172.5º 0.79% 0.34% -
HSV(B) 172.5º 0.88% 0.6% -
XYZ 16.32 25.05 27.64 -
YUV 111.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 18 154 137 0.88 0 0.11 0.40 172.5 0.79 0.34
Hex 12 9A 89 58 0 B 28 AC 4F 22
Octal 22 232 211 130 0 13 50 254 117 42
Binary 10010 10011010 10001001 1011000 0 1011 101000 10101100 1001111 100010

Color Harmonies of #129A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A89

Black with #129A89

Text Example


Text Example

White with #129A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,154,137); }

 H1.HeaderClassName
 {
   color: #129A89;
 }
 .AnyTagClassName
 {
   color: #129A89;
 }
</style>

background-color css

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

 a { background-color: rgb(18,154,137); }

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

border-color css

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

 span { border-color: rgb(18,154,137); }

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