Html Css Color HEX #129C90 Persian Green

📋 copy color: '#129C90'

red 18 ◦ green 156 ◦ blue 144

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

Shades of Persian Green #129C90

Tints of Persian Green #129C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.06%

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

R = 5.66%
G = 49.06%
B = 45.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#129C90 (or 0x129C90) is known color: Persian Green. HEX triplet: 12, 9C and 90. RGB value is (18,156,144). Sum of RGB (Red+Green+Blue) = 18+156+144=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #129C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129C90 is #ED636F. Grayscale: #717171. Windows color (decimal): -15557488 or 9477138. OLE color: 9477138.

HSL color Cylindrical-coordinate representation of color #129C90: hue angle of 174.78º 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 #129C90 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 156 144 -
CMYK 0.88 0 0.08 0.39
HSL 174.78º 0.79% 0.34% -
HSV(B) 174.78º 0.88% 0.61% -
XYZ 17.17 25.92 30.48 -
YUV 113.37 145.28 59.98 -
System Red Green Blue C M Y K H S L
Decimal 18 156 144 0.88 0 0.08 0.39 174.78 0.79 0.34
Hex 12 9C 90 58 0 8 27 AF 4F 22
Octal 22 234 220 130 0 10 47 257 117 42
Binary 10010 10011100 10010000 1011000 0 1000 100111 10101111 1001111 100010

Color Harmonies of #129C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C90

Black with #129C90

Text Example


Text Example

White with #129C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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