Html Css Color HEX #9AFFB2 Mint Green

📋 copy color: '#9AFFB2'

red 154 ◦ green 255 ◦ blue 178

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

Shades of Mint Green #9AFFB2

Tints of Mint Green #9AFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.32%

R = 26.24%
G = 43.44%
B = 30.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#9AFFB2 (or 0x9AFFB2) is known color: Mint Green. HEX triplet: 9A, FF and B2. RGB value is (154,255,178). Sum of RGB (Red+Green+Blue) = 154+255+178=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFB2 is #65004D. Grayscale: #D8D8D8. Windows color (decimal): -6619214 or 11730842. OLE color: 11730842.

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

Color convert

RGB 154 255 178 -
CMYK 0.40 0 0.30 0
HSL 134.26º 1% 0.8% -
HSV(B) 134.26º 0.4% 1% -
XYZ 57.12 81.6 54.86 -
YUV 216.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 154 255 178 0.40 0 0.30 0 134.26 1 0.8
Hex 9A FF B2 28 0 1E 0 86 64 50
Octal 232 377 262 50 0 36 0 206 144 120
Binary 10011010 11111111 10110010 101000 0 11110 0 10000110 1100100 1010000

Color Harmonies of #9AFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFB2

Black with #9AFFB2

Text Example


Text Example

White with #9AFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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