Html Css Color HEX #12A396 Persian Green

📋 copy color: '#12A396'

red 18 ◦ green 163 ◦ blue 150

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

Shades of Persian Green #12A396

Tints of Persian Green #12A396

RGB

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

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

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

R = 5.44%
G = 49.24%
B = 45.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#12A396 (or 0x12A396) is known color: Persian Green. HEX triplet: 12, A3 and 96. RGB value is (18,163,150). Sum of RGB (Red+Green+Blue) = 18+163+150=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #12A396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A396 is #ED5C69. Grayscale: #767676. Windows color (decimal): -15555690 or 9872146. OLE color: 9872146.

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

Color convert

RGB 18 163 150 -
CMYK 0.89 0 0.08 0.36
HSL 174.62º 0.8% 0.35% -
HSV(B) 174.62º 0.89% 0.64% -
XYZ 18.85 28.52 33.37 -
YUV 118.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 18 163 150 0.89 0 0.08 0.36 174.62 0.8 0.35
Hex 12 A3 96 59 0 8 24 AF 50 23
Octal 22 243 226 131 0 10 44 257 120 43
Binary 10010 10100011 10010110 1011001 0 1000 100100 10101111 1010000 100011

Color Harmonies of #12A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A396

Black with #12A396

Text Example


Text Example

White with #12A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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