Html Css Color HEX #12A194 Persian Green

📋 copy color: '#12A194'

red 18 ◦ green 161 ◦ blue 148

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

Shades of Persian Green #12A194

Tints of Persian Green #12A194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.24%

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 5.5%
G = 49.24%
B = 45.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#12A194 (or 0x12A194) is known color: Persian Green. HEX triplet: 12, A1 and 94. RGB value is (18,161,148). Sum of RGB (Red+Green+Blue) = 18+161+148=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #12A194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A194 is #ED5E6B. Grayscale: #747474. Windows color (decimal): -15556204 or 9740562. OLE color: 9740562.

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

Color convert

RGB 18 161 148 -
CMYK 0.89 0 0.08 0.37
HSL 174.55º 0.8% 0.35% -
HSV(B) 174.55º 0.89% 0.63% -
XYZ 18.34 27.76 32.41 -
YUV 116.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 18 161 148 0.89 0 0.08 0.37 174.55 0.8 0.35
Hex 12 A1 94 59 0 8 25 AF 50 23
Octal 22 241 224 131 0 10 45 257 120 43
Binary 10010 10100001 10010100 1011001 0 1000 100101 10101111 1010000 100011

Color Harmonies of #12A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A194

Black with #12A194

Text Example


Text Example

White with #12A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,161,148); }

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

background-color css

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

 a { background-color: rgb(18,161,148); }

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

border-color css

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

 span { border-color: rgb(18,161,148); }

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