#9AFEA2

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

Shades of Mint Green #9AFEA2

Tints of Mint Green #9AFEA2

Color information

#9AFEA2 (or 0x9AFEA2) is unknown color: approx Mint Green. HEX triplet: 9A, FE and A2. RGB value is (154,254,162). Sum of RGB (Red+Green+Blue) = 154+254+162=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFEA2 is #65015D. Grayscale: #D5D5D5. Windows color (decimal): -6619486 or 10682010. OLE color: 10682010.

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

Color convert

RGB154254162-
CMYK0.3900.360.00
HSL124.8º98.04%80%-
HSV(B)124.8º39.37%99.61%-
XYZ55.2980.3646.78-
YUV213.6198.8785.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.02%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 162 (63.67% from 255) = 28.42%
R=27.02%
G=44.56%
B=28.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542541620.3900.360.00124.898.0480
Hex9AFEA22702407d6250
Octal232376242470440175142120
Binary10011010111111101010001010011101001000111110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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