#9AFFB4

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

Shades of Mint Green #9AFFB4

Tints of Mint Green #9AFFB4

Color information

#9AFFB4 (or 0x9AFFB4) is unknown color: approx Mint Green. HEX triplet: 9A, FF and B4. RGB value is (154,255,180). Sum of RGB (Red+Green+Blue) = 154+255+180=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFB4 is #65004B. Grayscale: #D8D8D8. Windows color (decimal): -6619212 or 11861914. OLE color: 11861914.

HSL color Cylindrical-coordinate representation of color #9AFFB4: hue angle of 135.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFB4 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB154255180-
CMYK0.4000.290
HSL135.45º100%80.2%-
HSV(B)135.45º39.61%100%-
XYZ57.3281.6955.93-
YUV216.25107.5483.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.15%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=26.15%
G=43.29%
B=30.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551800.4000.290135.4510080.2
Hex9AFFB42801D0876450
Octal232377264500350207144120
Binary10011010111111111011010010100001110101000011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,255,180); }

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

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

 a { background-color: rgb(154,255,180); }

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

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

 span { border-color: rgb(154,255,180); }

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