#9AFEA8

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

Shades of Mint Green #9AFEA8

Tints of Mint Green #9AFEA8

Color information

#9AFEA8 (or 0x9AFEA8) is unknown color: approx Mint Green. HEX triplet: 9A, FE and A8. RGB value is (154,254,168). Sum of RGB (Red+Green+Blue) = 154+254+168=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFEA8 is #650157. Grayscale: #D6D6D6. Windows color (decimal): -6619480 or 11075226. OLE color: 11075226.

HSL color Cylindrical-coordinate representation of color #9AFEA8: hue angle of 128.4º 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 #9AFEA8 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB154254168-
CMYK0.3900.340.00
HSL128.4º98.04%80%-
HSV(B)128.4º39.37%99.61%-
XYZ55.8480.5849.66-
YUV214.3101.8784.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 254 (99.61% from 255) = 44.10%
BLUE value IS 168 (66.02% from 255) = 29.17%
R=26.74%
G=44.10%
B=29.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542541680.3900.340.00128.498.0480
Hex9AFEA8270220806250
Octal232376250470420200142120
Binary100110101111111010101000100111010001001000000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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