Html Css Color HEX #AFFD8E Mint Green

📋 copy color: '#AFFD8E'

red 175 ◦ green 253 ◦ blue 142

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

Shades of Mint Green #AFFD8E

Tints of Mint Green #AFFD8E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.39%

 BLUE value IS 142 (55.86% from 255) = 24.91%

R = 30.7%
G = 44.39%
B = 24.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#AFFD8E (or 0xAFFD8E) is known color: Mint Green. HEX triplet: AF, FD and 8E. RGB value is (175,253,142). Sum of RGB (Red+Green+Blue) = 175+253+142=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD8E is #500271. Grayscale: #D9D9D9. Windows color (decimal): -5243506 or 9371055. OLE color: 9371055.

HSL color Cylindrical-coordinate representation of color #AFFD8E: hue angle of 102.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFFD8E is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 142 -
CMYK 0.31 0 0.44 0.01
HSL 102.16º 0.97% 0.77% -
HSV(B) 102.16º 0.44% 0.99% -
XYZ 57.69 81.32 38.25 -
YUV 217.02 85.66 98.03 -
System Red Green Blue C M Y K H S L
Decimal 175 253 142 0.31 0 0.44 0.01 102.16 0.97 0.77
Hex AF FD 8E 1F 0 2C 1 66 61 4D
Octal 257 375 216 37 0 54 1 146 141 115
Binary 10101111 11111101 10001110 11111 0 101100 1 1100110 1100001 1001101

Color Harmonies of #AFFD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD8E

Black with #AFFD8E

Text Example


Text Example

White with #AFFD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD8E; }

 p { color: rgb(175,253,142); }

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

background-color css

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

 a { background-color: rgb(175,253,142); }

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

border-color css

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

 span { border-color: rgb(175,253,142); }

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