#9AFEAC

Color #9AFEAC Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #9AFEAC

Tints of Mint Green #9AFEAC

Color information

#9AFEAC (or 0x9AFEAC) is unknown color: approx Mint Green. HEX triplet: 9A, FE and AC. RGB value is (154,254,172). Sum of RGB (Red+Green+Blue) = 154+254+172=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFEAC is #650153. Grayscale: #D6D6D6. Windows color (decimal): -6619476 or 11337370. OLE color: 11337370.

HSL color Cylindrical-coordinate representation of color #9AFEAC: hue angle of 130.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFEAC is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB154254172-
CMYK0.3900.320.00
HSL130.8º98.04%80%-
HSV(B)130.8º39.37%99.61%-
XYZ56.2180.7351.65-
YUV214.75103.8784.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 254 (99.61% from 255) = 43.79%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=26.55%
G=43.79%
B=29.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542541720.3900.320.00130.898.0480
Hex9AFEAC270200836250
Octal232376254470400203142120
Binary100110101111111010101100100111010000001000001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFEAC; }

 p { color: rgb(154,254,172); }

 H1.HeaderClassName
 {
   color: #9AFEAC;
 }
 .AnyTagClassName
 {
   color: #9AFEAC;
 }
</style>
background-color css

<style>
 a { background-color: #9AFEAC; }

 a { background-color: rgb(154,254,172); }

 div.DivClassName
 {
   background-color: #9AFEAC;
 }
 .BgClassName
 {
   background-color: #9AFEAC;
 }
</style>
border-color css

<style>
 span { border-color: #9AFEAC; }

 span { border-color: rgb(154,254,172); }

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