Html Css Color HEX #12A393 Persian Green

📋 copy color: '#12A393'

red 18 ◦ green 163 ◦ blue 147

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

Shades of Persian Green #12A393

Tints of Persian Green #12A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.7%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 5.49%
G = 49.7%
B = 44.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#12A393 (or 0x12A393) is known color: Persian Green. HEX triplet: 12, A3 and 93. RGB value is (18,163,147). Sum of RGB (Red+Green+Blue) = 18+163+147=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #12A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A393 is #ED5C6C. Grayscale: #757575. Windows color (decimal): -15555693 or 9675538. OLE color: 9675538.

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

Color convert

RGB 18 163 147 -
CMYK 0.89 0 0.10 0.36
HSL 173.38º 0.8% 0.35% -
HSV(B) 173.38º 0.89% 0.64% -
XYZ 18.61 28.43 32.11 -
YUV 117.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 18 163 147 0.89 0 0.10 0.36 173.38 0.8 0.35
Hex 12 A3 93 59 0 A 24 AD 50 23
Octal 22 243 223 131 0 12 44 255 120 43
Binary 10010 10100011 10010011 1011001 0 1010 100100 10101101 1010000 100011

Color Harmonies of #12A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A393

Black with #12A393

Text Example


Text Example

White with #12A393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,147); }

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

background-color css

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

 a { background-color: rgb(18,163,147); }

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

border-color css

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

 span { border-color: rgb(18,163,147); }

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