Html Css Color HEX #12A98F Persian Green

📋 copy color: '#12A98F'

red 18 ◦ green 169 ◦ blue 143

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

Shades of Persian Green #12A98F

Tints of Persian Green #12A98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 5.45%
G = 51.21%
B = 43.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#12A98F (or 0x12A98F) is known color: Persian Green. HEX triplet: 12, A9 and 8F. RGB value is (18,169,143). Sum of RGB (Red+Green+Blue) = 18+169+143=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #12A98F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A98F is #ED5670. Grayscale: #787878. Windows color (decimal): -15554161 or 9414930. OLE color: 9414930.

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

Color convert

RGB 18 169 143 -
CMYK 0.89 0 0.15 0.34
HSL 169.67º 0.81% 0.37% -
HSV(B) 169.67º 0.89% 0.66% -
XYZ 19.4 30.49 30.85 -
YUV 120.89 140.47 54.61 -
System Red Green Blue C M Y K H S L
Decimal 18 169 143 0.89 0 0.15 0.34 169.67 0.81 0.37
Hex 12 A9 8F 59 0 F 22 AA 51 25
Octal 22 251 217 131 0 17 42 252 121 45
Binary 10010 10101001 10001111 1011001 0 1111 100010 10101010 1010001 100101

Color Harmonies of #12A98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A98F

Black with #12A98F

Text Example


Text Example

White with #12A98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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