Html Css Color HEX #12A397 Persian Green

📋 copy color: '#12A397'

red 18 ◦ green 163 ◦ blue 151

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

Shades of Persian Green #12A397

Tints of Persian Green #12A397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 5.42%
G = 49.1%
B = 45.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#12A397 (or 0x12A397) is known color: Persian Green. HEX triplet: 12, A3 and 97. RGB value is (18,163,151). Sum of RGB (Red+Green+Blue) = 18+163+151=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #12A397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A397 is #ED5C68. Grayscale: #767676. Windows color (decimal): -15555689 or 9937682. OLE color: 9937682.

HSL color Cylindrical-coordinate representation of color #12A397: hue angle of 175.03º 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 #12A397 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 163 151 -
CMYK 0.89 0 0.07 0.36
HSL 175.03º 0.8% 0.35% -
HSV(B) 175.03º 0.89% 0.64% -
XYZ 18.93 28.56 33.79 -
YUV 118.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 18 163 151 0.89 0 0.07 0.36 175.03 0.8 0.35
Hex 12 A3 97 59 0 7 24 AF 50 23
Octal 22 243 227 131 0 7 44 257 120 43
Binary 10010 10100011 10010111 1011001 0 111 100100 10101111 1010000 100011

Color Harmonies of #12A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A397

Black with #12A397

Text Example


Text Example

White with #12A397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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