Html Css Color HEX #12A491 Persian Green

📋 copy color: '#12A491'

red 18 ◦ green 164 ◦ blue 145

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

Shades of Persian Green #12A491

Tints of Persian Green #12A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.15%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 5.5%
G = 50.15%
B = 44.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#12A491 (or 0x12A491) is known color: Persian Green. HEX triplet: 12, A4 and 91. RGB value is (18,164,145). Sum of RGB (Red+Green+Blue) = 18+164+145=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #12A491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A491 is #ED5B6E. Grayscale: #767676. Windows color (decimal): -15555439 or 9544722. OLE color: 9544722.

HSL color Cylindrical-coordinate representation of color #12A491: hue angle of 172.19º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A491 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 164 145 -
CMYK 0.89 0 0.12 0.36
HSL 172.19º 0.8% 0.36% -
HSV(B) 172.19º 0.89% 0.64% -
XYZ 18.64 28.72 31.35 -
YUV 118.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 18 164 145 0.89 0 0.12 0.36 172.19 0.8 0.36
Hex 12 A4 91 59 0 C 24 AC 50 24
Octal 22 244 221 131 0 14 44 254 120 44
Binary 10010 10100100 10010001 1011001 0 1100 100100 10101100 1010000 100100

Color Harmonies of #12A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A491

Black with #12A491

Text Example


Text Example

White with #12A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,145); }

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

background-color css

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

 a { background-color: rgb(18,164,145); }

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

border-color css

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

 span { border-color: rgb(18,164,145); }

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