Html Css Color HEX #12A696 Persian Green

📋 copy color: '#12A696'

red 18 ◦ green 166 ◦ blue 150

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

Shades of Persian Green #12A696

Tints of Persian Green #12A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 5.39%
G = 49.7%
B = 44.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#12A696 (or 0x12A696) is known color: Persian Green. HEX triplet: 12, A6 and 96. RGB value is (18,166,150). Sum of RGB (Red+Green+Blue) = 18+166+150=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #12A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A696 is #ED5969. Grayscale: #777777. Windows color (decimal): -15554922 or 9872914. OLE color: 9872914.

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

Color convert

RGB 18 166 150 -
CMYK 0.89 0 0.10 0.35
HSL 173.51º 0.8% 0.36% -
HSV(B) 173.51º 0.89% 0.65% -
XYZ 19.39 29.6 33.55 -
YUV 119.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 18 166 150 0.89 0 0.10 0.35 173.51 0.8 0.36
Hex 12 A6 96 59 0 A 23 AE 50 24
Octal 22 246 226 131 0 12 43 256 120 44
Binary 10010 10100110 10010110 1011001 0 1010 100011 10101110 1010000 100100

Color Harmonies of #12A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A696

Black with #12A696

Text Example


Text Example

White with #12A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,166,150); }

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

background-color css

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

 a { background-color: rgb(18,166,150); }

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

border-color css

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

 span { border-color: rgb(18,166,150); }

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