Html Css Color HEX #AFFE8C Mint Green

📋 copy color: '#AFFE8C'

red 175 ◦ green 254 ◦ blue 140

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

Shades of Mint Green #AFFE8C

Tints of Mint Green #AFFE8C

RGB

 RED value IS 175 (68.75% from 255) = 30.76%

 GREEN value IS 254 (99.61% from 255) = 44.64%

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 30.76%
G = 44.64%
B = 24.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#AFFE8C (or 0xAFFE8C) is known color: Mint Green. HEX triplet: AF, FE and 8C. RGB value is (175,254,140). Sum of RGB (Red+Green+Blue) = 175+254+140=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFE8C is #500173. Grayscale: #D9D9D9. Windows color (decimal): -5243252 or 9240239. OLE color: 9240239.

HSL color Cylindrical-coordinate representation of color #AFFE8C: hue angle of 101.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFFE8C is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 140 -
CMYK 0.31 0 0.45 0.00
HSL 101.58º 0.98% 0.77% -
HSV(B) 101.58º 0.45% 1% -
XYZ 57.85 81.89 37.57 -
YUV 217.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 175 254 140 0.31 0 0.45 0.00 101.58 0.98 0.77
Hex AF FE 8C 1F 0 2D 0 66 62 4D
Octal 257 376 214 37 0 55 0 146 142 115
Binary 10101111 11111110 10001100 11111 0 101101 0 1100110 1100010 1001101

Color Harmonies of #AFFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE8C

Black with #AFFE8C

Text Example


Text Example

White with #AFFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE8C; }

 p { color: rgb(175,254,140); }

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

background-color css

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

 a { background-color: rgb(175,254,140); }

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

border-color css

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

 span { border-color: rgb(175,254,140); }

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