#9AFF7D

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

Shades of Mint Green #9AFF7D

Tints of Mint Green #9AFF7D

Color information

#9AFF7D (or 0x9AFF7D) is unknown color: approx Mint Green. HEX triplet: 9A, FF and 7D. RGB value is (154,255,125). Sum of RGB (Red+Green+Blue) = 154+255+125=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF7D is #650082. Grayscale: #D2D2D2. Windows color (decimal): -6619267 or 8257434. OLE color: 8257434.

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

Color convert

RGB154255125-
CMYK0.4000.510
HSL106.62º100%74.51%-
HSV(B)106.62º50.98%100%-
XYZ52.7979.8732.04-
YUV209.9880.0488.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=28.84%
G=47.75%
B=23.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551250.4000.510106.6210074.51
Hex9AFF7D2803306b644b
Octal232377175500630153144113
Binary1001101011111111111110110100001100110110101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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