Html Css Color HEX #96FDA2 Mint Green

📋 copy color: '#96FDA2'

red 150 ◦ green 253 ◦ blue 162

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

Shades of Mint Green #96FDA2

Tints of Mint Green #96FDA2

RGB

 RED value IS 150 (58.98% from 255) = 26.55%

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

 BLUE value IS 162 (63.67% from 255) = 28.67%

R = 26.55%
G = 44.78%
B = 28.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#96FDA2 (or 0x96FDA2) is known color: Mint Green. HEX triplet: 96, FD and A2. RGB value is (150,253,162). Sum of RGB (Red+Green+Blue) = 150+253+162=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FDA2 is #69025D. Grayscale: #D4D4D4. Windows color (decimal): -6881886 or 10681750. OLE color: 10681750.

HSL color Cylindrical-coordinate representation of color #96FDA2: hue angle of 126.99º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDA2 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 162 -
CMYK 0.41 0 0.36 0.01
HSL 126.99º 0.96% 0.79% -
HSV(B) 126.99º 0.41% 0.99% -
XYZ 54.22 79.34 46.64 -
YUV 211.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 150 253 162 0.41 0 0.36 0.01 126.99 0.96 0.79
Hex 96 FD A2 29 0 24 1 7F 60 4F
Octal 226 375 242 51 0 44 1 177 140 117
Binary 10010110 11111101 10100010 101001 0 100100 1 1111111 1100000 1001111

Color Harmonies of #96FDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDA2

Black with #96FDA2

Text Example


Text Example

White with #96FDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FDA2; }

 p { color: rgb(150,253,162); }

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

background-color css

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

 a { background-color: rgb(150,253,162); }

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

border-color css

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

 span { border-color: rgb(150,253,162); }

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