Html Css Color HEX #9AFFAB Mint Green

📋 copy color: '#9AFFAB'

red 154 ◦ green 255 ◦ blue 171

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

Shades of Mint Green #9AFFAB

Tints of Mint Green #9AFFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 26.55%
G = 43.97%
B = 29.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#9AFFAB (or 0x9AFFAB) is known color: Mint Green. HEX triplet: 9A, FF and AB. RGB value is (154,255,171). Sum of RGB (Red+Green+Blue) = 154+255+171=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFAB is #650054. Grayscale: #D7D7D7. Windows color (decimal): -6619221 or 11272090. OLE color: 11272090.

HSL color Cylindrical-coordinate representation of color #9AFFAB: hue angle of 130.1º 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 #9AFFAB is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 171 -
CMYK 0.40 0 0.33 0
HSL 130.1º 1% 0.8% -
HSV(B) 130.1º 0.4% 1% -
XYZ 56.44 81.33 51.25 -
YUV 215.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 154 255 171 0.40 0 0.33 0 130.1 1 0.8
Hex 9A FF AB 28 0 21 0 82 64 50
Octal 232 377 253 50 0 41 0 202 144 120
Binary 10011010 11111111 10101011 101000 0 100001 0 10000010 1100100 1010000

Color Harmonies of #9AFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFAB

Black with #9AFFAB

Text Example


Text Example

White with #9AFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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