Html Css Color HEX #12AC99 Persian Green

📋 copy color: '#12AC99'

red 18 ◦ green 172 ◦ blue 153

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

Shades of Persian Green #12AC99

Tints of Persian Green #12AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.15%

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 5.25%
G = 50.15%
B = 44.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#12AC99 (or 0x12AC99) is known color: Persian Green. HEX triplet: 12, AC and 99. RGB value is (18,172,153). Sum of RGB (Red+Green+Blue) = 18+172+153=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC99 is #ED5366. Grayscale: #7B7B7B. Windows color (decimal): -15553383 or 10071058. OLE color: 10071058.

HSL color Cylindrical-coordinate representation of color #12AC99: hue angle of 172.6º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC99 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 153 -
CMYK 0.90 0 0.11 0.33
HSL 172.6º 0.81% 0.37% -
HSV(B) 172.6º 0.9% 0.67% -
XYZ 20.75 31.93 35.21 -
YUV 123.79 144.48 52.54 -
System Red Green Blue C M Y K H S L
Decimal 18 172 153 0.90 0 0.11 0.33 172.6 0.81 0.37
Hex 12 AC 99 5A 0 B 21 AD 51 25
Octal 22 254 231 132 0 13 41 255 121 45
Binary 10010 10101100 10011001 1011010 0 1011 100001 10101101 1010001 100101

Color Harmonies of #12AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC99

Black with #12AC99

Text Example


Text Example

White with #12AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AC99; }

 p { color: rgb(18,172,153); }

 H1.HeaderClassName
 {
   color: #12AC99;
 }
 .AnyTagClassName
 {
   color: #12AC99;
 }
</style>

background-color css

<style>
 a { background-color: #12AC99; }

 a { background-color: rgb(18,172,153); }

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

border-color css

<style>
 span { border-color: #12AC99; }

 span { border-color: rgb(18,172,153); }

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