#9AFF85

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

Shades of Mint Green #9AFF85

Tints of Mint Green #9AFF85

Color information

#9AFF85 (or 0x9AFF85) is unknown color: approx Mint Green. HEX triplet: 9A, FF and 85. RGB value is (154,255,133). Sum of RGB (Red+Green+Blue) = 154+255+133=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF85 is #65007A. Grayscale: #D3D3D3. Windows color (decimal): -6619259 or 8781722. OLE color: 8781722.

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

Color convert

RGB154255133-
CMYK0.4000.480
HSL109.67º100%76.08%-
HSV(B)109.67º47.84%100%-
XYZ53.3280.0834.84-
YUV210.8984.0487.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.41%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=28.41%
G=47.05%
B=24.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551330.4000.480109.6710076.08
Hex9AFF852803006e644c
Octal232377205500600156144114
Binary10011010111111111000010110100001100000110111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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