#9AFD94

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

Shades of Mint Green #9AFD94

Tints of Mint Green #9AFD94

Color information

#9AFD94 (or 0x9AFD94) is unknown color: approx Mint Green. HEX triplet: 9A, FD and 94. RGB value is (154,253,148). Sum of RGB (Red+Green+Blue) = 154+253+148=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFD94 is #65026B. Grayscale: #D3D3D3. Windows color (decimal): -6619756 or 9764250. OLE color: 9764250.

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

Color convert

RGB154253148-
CMYK0.3900.420.01
HSL116.57º96.33%78.63%-
HSV(B)116.57º41.5%99.22%-
XYZ53.879.2640.48-
YUV211.4392.287.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=27.75%
G=45.59%
B=26.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531480.3900.420.01116.5796.3378.63
Hex9AFD942702A175604f
Octal232375224470521165140117
Binary10011010111111011001010010011101010101111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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