Html Css Color HEX #129F93 Persian Green

📋 copy color: '#129F93'

red 18 ◦ green 159 ◦ blue 147

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

Shades of Persian Green #129F93

Tints of Persian Green #129F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.07%

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 5.56%
G = 49.07%
B = 45.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#129F93 (or 0x129F93) is known color: Persian Green. HEX triplet: 12, 9F and 93. RGB value is (18,159,147). Sum of RGB (Red+Green+Blue) = 18+159+147=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #129F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129F93 is #ED606C. Grayscale: #737373. Windows color (decimal): -15556717 or 9674514. OLE color: 9674514.

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

Color convert

RGB 18 159 147 -
CMYK 0.89 0 0.08 0.38
HSL 174.89º 0.8% 0.35% -
HSV(B) 174.89º 0.89% 0.62% -
XYZ 17.91 27.03 31.88 -
YUV 115.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 18 159 147 0.89 0 0.08 0.38 174.89 0.8 0.35
Hex 12 9F 93 59 0 8 26 AF 50 23
Octal 22 237 223 131 0 10 46 257 120 43
Binary 10010 10011111 10010011 1011001 0 1000 100110 10101111 1010000 100011

Color Harmonies of #129F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F93

Black with #129F93

Text Example


Text Example

White with #129F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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