Html Css Color HEX #129B90 Persian Green

📋 copy color: '#129B90'

red 18 ◦ green 155 ◦ blue 144

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

Shades of Persian Green #129B90

Tints of Persian Green #129B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.9%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 5.68%
G = 48.9%
B = 45.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#129B90 (or 0x129B90) is known color: Persian Green. HEX triplet: 12, 9B and 90. RGB value is (18,155,144). Sum of RGB (Red+Green+Blue) = 18+155+144=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #129B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B90 is #ED646F. Grayscale: #707070. Windows color (decimal): -15557744 or 9476882. OLE color: 9476882.

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

Color convert

RGB 18 155 144 -
CMYK 0.88 0 0.07 0.39
HSL 175.18º 0.79% 0.34% -
HSV(B) 175.18º 0.88% 0.61% -
XYZ 17 25.58 30.43 -
YUV 112.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 18 155 144 0.88 0 0.07 0.39 175.18 0.79 0.34
Hex 12 9B 90 58 0 7 27 AF 4F 22
Octal 22 233 220 130 0 7 47 257 117 42
Binary 10010 10011011 10010000 1011000 0 111 100111 10101111 1001111 100010

Color Harmonies of #129B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B90

Black with #129B90

Text Example


Text Example

White with #129B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,144); }

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

background-color css

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

 a { background-color: rgb(18,155,144); }

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

border-color css

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

 span { border-color: rgb(18,155,144); }

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