Html Css Color HEX #12A99D Persian Green

📋 copy color: '#12A99D'

red 18 ◦ green 169 ◦ blue 157

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

Shades of Persian Green #12A99D

Tints of Persian Green #12A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.13%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 5.23%
G = 49.13%
B = 45.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#12A99D (or 0x12A99D) is known color: Persian Green. HEX triplet: 12, A9 and 9D. RGB value is (18,169,157). Sum of RGB (Red+Green+Blue) = 18+169+157=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #12A99D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A99D is #ED5662. Grayscale: #7A7A7A. Windows color (decimal): -15554147 or 10332434. OLE color: 10332434.

HSL color Cylindrical-coordinate representation of color #12A99D: hue angle of 175.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A99D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 169 157 -
CMYK 0.89 0 0.07 0.34
HSL 175.23º 0.81% 0.37% -
HSV(B) 175.23º 0.89% 0.66% -
XYZ 20.52 30.94 36.79 -
YUV 122.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 18 169 157 0.89 0 0.07 0.34 175.23 0.81 0.37
Hex 12 A9 9D 59 0 7 22 AF 51 25
Octal 22 251 235 131 0 7 42 257 121 45
Binary 10010 10101001 10011101 1011001 0 111 100010 10101111 1010001 100101

Color Harmonies of #12A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A99D

Black with #12A99D

Text Example


Text Example

White with #12A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,169,157); }

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

background-color css

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

 a { background-color: rgb(18,169,157); }

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

border-color css

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

 span { border-color: rgb(18,169,157); }

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