Html Css Color HEX #AFFD8A Mint Green

📋 copy color: '#AFFD8A'

red 175 ◦ green 253 ◦ blue 138

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

Shades of Mint Green #AFFD8A

Tints of Mint Green #AFFD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 30.92%
G = 44.7%
B = 24.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#AFFD8A (or 0xAFFD8A) is known color: Mint Green. HEX triplet: AF, FD and 8A. RGB value is (175,253,138). Sum of RGB (Red+Green+Blue) = 175+253+138=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD8A is #500275. Grayscale: #D8D8D8. Windows color (decimal): -5243510 or 9108911. OLE color: 9108911.

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

Color convert

RGB 175 253 138 -
CMYK 0.31 0 0.45 0.01
HSL 100.7º 0.97% 0.77% -
HSV(B) 100.7º 0.45% 0.99% -
XYZ 57.39 81.2 36.69 -
YUV 216.57 83.66 98.35 -
System Red Green Blue C M Y K H S L
Decimal 175 253 138 0.31 0 0.45 0.01 100.7 0.97 0.77
Hex AF FD 8A 1F 0 2D 1 65 61 4D
Octal 257 375 212 37 0 55 1 145 141 115
Binary 10101111 11111101 10001010 11111 0 101101 1 1100101 1100001 1001101

Color Harmonies of #AFFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD8A

Black with #AFFD8A

Text Example


Text Example

White with #AFFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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