#9AFD8F

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

Shades of Mint Green #9AFD8F

Tints of Mint Green #9AFD8F

Color information

#9AFD8F (or 0x9AFD8F) is unknown color: approx Mint Green. HEX triplet: 9A, FD and 8F. RGB value is (154,253,143). Sum of RGB (Red+Green+Blue) = 154+253+143=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFD8F is #650270. Grayscale: #D3D3D3. Windows color (decimal): -6619761 or 9436570. OLE color: 9436570.

HSL color Cylindrical-coordinate representation of color #9AFD8F: hue angle of 114º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AFD8F is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB154253143-
CMYK0.3900.430.01
HSL114º96.49%77.65%-
HSV(B)114º43.48%99.22%-
XYZ53.4179.138.44-
YUV210.8689.787.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 143 (56.25% from 255) = 26%
R=28%
G=46%
B=26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531430.3900.430.0111496.4977.65
Hex9AFD8F2702B172604e
Octal232375217470531162140116
Binary10011010111111011000111110011101010111111001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,143); }

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

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

 a { background-color: rgb(154,253,143); }

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

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

 span { border-color: rgb(154,253,143); }

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