Html Css Color HEX #12AC9B Persian Green

📋 copy color: '#12AC9B'

red 18 ◦ green 172 ◦ blue 155

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

Shades of Persian Green #12AC9B

Tints of Persian Green #12AC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 5.22%
G = 49.86%
B = 44.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#12AC9B (or 0x12AC9B) is known color: Persian Green. HEX triplet: 12, AC and 9B. RGB value is (18,172,155). Sum of RGB (Red+Green+Blue) = 18+172+155=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC9B is #ED5364. Grayscale: #7B7B7B. Windows color (decimal): -15553381 or 10202130. OLE color: 10202130.

HSL color Cylindrical-coordinate representation of color #12AC9B: hue angle of 173.38º 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 #12AC9B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 155 -
CMYK 0.90 0 0.10 0.33
HSL 173.38º 0.81% 0.37% -
HSV(B) 173.38º 0.9% 0.67% -
XYZ 20.92 32 36.08 -
YUV 124.02 145.48 52.38 -
System Red Green Blue C M Y K H S L
Decimal 18 172 155 0.90 0 0.10 0.33 173.38 0.81 0.37
Hex 12 AC 9B 5A 0 A 21 AD 51 25
Octal 22 254 233 132 0 12 41 255 121 45
Binary 10010 10101100 10011011 1011010 0 1010 100001 10101101 1010001 100101

Color Harmonies of #12AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC9B

Black with #12AC9B

Text Example


Text Example

White with #12AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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