#9AFFB2

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

Shades of Mint Green #9AFFB2

Tints of Mint Green #9AFFB2

Color information

#9AFFB2 (or 0x9AFFB2) is unknown color: approx Mint Green. HEX triplet: 9A, FF and B2. RGB value is (154,255,178). Sum of RGB (Red+Green+Blue) = 154+255+178=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFB2 is #65004D. Grayscale: #D8D8D8. Windows color (decimal): -6619214 or 11730842. OLE color: 11730842.

HSL color Cylindrical-coordinate representation of color #9AFFB2: hue angle of 134.26º 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 #9AFFB2 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB154255178-
CMYK0.4000.300
HSL134.26º100%80.2%-
HSV(B)134.26º39.61%100%-
XYZ57.1281.654.86-
YUV216.02106.5483.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 178 (69.92% from 255) = 30.32%
R=26.24%
G=43.44%
B=30.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551780.4000.300134.2610080.2
Hex9AFFB22801E0866450
Octal232377262500360206144120
Binary10011010111111111011001010100001111001000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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