Html Css Color HEX #AFFFAC Mint Green

📋 copy color: '#AFFFAC'

red 175 ◦ green 255 ◦ blue 172

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

Shades of Mint Green #AFFFAC

Tints of Mint Green #AFFFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.57%

R = 29.07%
G = 42.36%
B = 28.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#AFFFAC (or 0xAFFFAC) is known color: Mint Green. HEX triplet: AF, FF and AC. RGB value is (175,255,172). Sum of RGB (Red+Green+Blue) = 175+255+172=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFAC is #500053. Grayscale: #DDDDDD. Windows color (decimal): -5242964 or 11337647. OLE color: 11337647.

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

Color convert

RGB 175 255 172 -
CMYK 0.31 0 0.33 0
HSL 117.83º 1% 0.84% -
HSV(B) 117.83º 0.33% 1% -
XYZ 60.89 83.61 51.96 -
YUV 221.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 175 255 172 0.31 0 0.33 0 117.83 1 0.84
Hex AF FF AC 1F 0 21 0 76 64 54
Octal 257 377 254 37 0 41 0 166 144 124
Binary 10101111 11111111 10101100 11111 0 100001 0 1110110 1100100 1010100

Color Harmonies of #AFFFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFAC

Black with #AFFFAC

Text Example


Text Example

White with #AFFFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFAC; }

 p { color: rgb(175,255,172); }

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

background-color css

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

 a { background-color: rgb(175,255,172); }

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

border-color css

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

 span { border-color: rgb(175,255,172); }

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