Html Css Color HEX #129D93 Persian Green

📋 copy color: '#129D93'

red 18 ◦ green 157 ◦ blue 147

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

Shades of Persian Green #129D93

Tints of Persian Green #129D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.76%

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

R = 5.59%
G = 48.76%
B = 45.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#129D93 (or 0x129D93) is known color: Persian Green. HEX triplet: 12, 9D and 93. RGB value is (18,157,147). Sum of RGB (Red+Green+Blue) = 18+157+147=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #129D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129D93 is #ED626C. Grayscale: #727272. Windows color (decimal): -15557229 or 9674002. OLE color: 9674002.

HSL color Cylindrical-coordinate representation of color #129D93: hue angle of 175.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D93 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 157 147 -
CMYK 0.89 0 0.06 0.38
HSL 175.68º 0.79% 0.34% -
HSV(B) 175.68º 0.89% 0.62% -
XYZ 17.57 26.35 31.76 -
YUV 114.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 18 157 147 0.89 0 0.06 0.38 175.68 0.79 0.34
Hex 12 9D 93 59 0 6 26 B0 4F 22
Octal 22 235 223 131 0 6 46 260 117 42
Binary 10010 10011101 10010011 1011001 0 110 100110 10110000 1001111 100010

Color Harmonies of #129D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D93

Black with #129D93

Text Example


Text Example

White with #129D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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