Html Css Color HEX #9AFFA8 Mint Green

📋 copy color: '#9AFFA8'

red 154 ◦ green 255 ◦ blue 168

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

Shades of Mint Green #9AFFA8

Tints of Mint Green #9AFFA8

RGB

 RED value IS 154 (60.55% from 255) = 26.69%

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

 BLUE value IS 168 (66.02% from 255) = 29.12%

R = 26.69%
G = 44.19%
B = 29.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#9AFFA8 (or 0x9AFFA8) is known color: Mint Green. HEX triplet: 9A, FF and A8. RGB value is (154,255,168). Sum of RGB (Red+Green+Blue) = 154+255+168=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFA8 is #650057. Grayscale: #D7D7D7. Windows color (decimal): -6619224 or 11075482. OLE color: 11075482.

HSL color Cylindrical-coordinate representation of color #9AFFA8: hue angle of 128.32º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFA8 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 168 -
CMYK 0.40 0 0.34 0
HSL 128.32º 1% 0.8% -
HSV(B) 128.32º 0.4% 1% -
XYZ 56.15 81.22 49.76 -
YUV 214.88 101.54 84.57 -
System Red Green Blue C M Y K H S L
Decimal 154 255 168 0.40 0 0.34 0 128.32 1 0.8
Hex 9A FF A8 28 0 22 0 80 64 50
Octal 232 377 250 50 0 42 0 200 144 120
Binary 10011010 11111111 10101000 101000 0 100010 0 10000000 1100100 1010000

Color Harmonies of #9AFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFA8

Black with #9AFFA8

Text Example


Text Example

White with #9AFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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