Html Css Color HEX #AEFF85 Mint Green

📋 copy color: '#AEFF85'

red 174 ◦ green 255 ◦ blue 133

#AEFF85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #AEFF85

Tints of Mint Green #AEFF85

RGB

 RED value IS 174 (68.36% from 255) = 30.96%

 GREEN value IS 255 (100% from 255) = 45.37%

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 30.96%
G = 45.37%
B = 23.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#AEFF85 (or 0xAEFF85) is known color: Mint Green. HEX triplet: AE, FF and 85. RGB value is (174,255,133). Sum of RGB (Red+Green+Blue) = 174+255+133=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFF85 is #51007A. Grayscale: #D9D9D9. Windows color (decimal): -5308539 or 8781742. OLE color: 8781742.

HSL color Cylindrical-coordinate representation of color #AEFF85: hue angle of 99.84º 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 #AEFF85 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 133 -
CMYK 0.32 0 0.48 0
HSL 99.84º 1% 0.76% -
HSV(B) 99.84º 0.48% 1% -
XYZ 57.45 82.21 35.03 -
YUV 216.87 80.66 97.42 -
System Red Green Blue C M Y K H S L
Decimal 174 255 133 0.32 0 0.48 0 99.84 1 0.76
Hex AE FF 85 20 0 30 0 64 64 4C
Octal 256 377 205 40 0 60 0 144 144 114
Binary 10101110 11111111 10000101 100000 0 110000 0 1100100 1100100 1001100

Color Harmonies of #AEFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF85

Black with #AEFF85

Text Example


Text Example

White with #AEFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF85; }

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

 H1.HeaderClassName
 {
   color: #AEFF85;
 }
 .AnyTagClassName
 {
   color: #AEFF85;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #AEFF85;
 }
 .BgClassName
 {
   background-color: #AEFF85;
 }
</style>

border-color css

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

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

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