Html Css Color HEX #A8FF85 Mint Green

📋 copy color: '#A8FF85'

red 168 ◦ green 255 ◦ blue 133

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

Shades of Mint Green #A8FF85

Tints of Mint Green #A8FF85

RGB

 RED value IS 168 (66.02% from 255) = 30.22%

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

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

R = 30.22%
G = 45.86%
B = 23.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#A8FF85 (or 0xA8FF85) is known color: Mint Green. HEX triplet: A8, FF and 85. RGB value is (168,255,133). Sum of RGB (Red+Green+Blue) = 168+255+133=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FF85 is #57007A. Grayscale: #D7D7D7. Windows color (decimal): -5701755 or 8781736. OLE color: 8781736.

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

Color convert

RGB 168 255 133 -
CMYK 0.34 0 0.48 0
HSL 102.79º 1% 0.76% -
HSV(B) 102.79º 0.48% 1% -
XYZ 56.14 81.54 34.97 -
YUV 215.08 81.68 94.42 -
System Red Green Blue C M Y K H S L
Decimal 168 255 133 0.34 0 0.48 0 102.79 1 0.76
Hex A8 FF 85 22 0 30 0 67 64 4C
Octal 250 377 205 42 0 60 0 147 144 114
Binary 10101000 11111111 10000101 100010 0 110000 0 1100111 1100100 1001100

Color Harmonies of #A8FF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FF85

Black with #A8FF85

Text Example


Text Example

White with #A8FF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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