Html Css Color HEX #96FE9A Mint Green

📋 copy color: '#96FE9A'

red 150 ◦ green 254 ◦ blue 154

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

Shades of Mint Green #96FE9A

Tints of Mint Green #96FE9A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 26.88%
G = 45.52%
B = 27.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#96FE9A (or 0x96FE9A) is known color: Mint Green. HEX triplet: 96, FE and 9A. RGB value is (150,254,154). Sum of RGB (Red+Green+Blue) = 150+254+154=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FE9A is #690165. Grayscale: #D3D3D3. Windows color (decimal): -6881638 or 10157718. OLE color: 10157718.

HSL color Cylindrical-coordinate representation of color #96FE9A: hue angle of 122.31º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FE9A is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 154 -
CMYK 0.41 0 0.39 0.00
HSL 122.31º 0.98% 0.79% -
HSV(B) 122.31º 0.41% 1% -
XYZ 53.85 79.7 43.12 -
YUV 211.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 150 254 154 0.41 0 0.39 0.00 122.31 0.98 0.79
Hex 96 FE 9A 29 0 27 0 7A 62 4F
Octal 226 376 232 51 0 47 0 172 142 117
Binary 10010110 11111110 10011010 101001 0 100111 0 1111010 1100010 1001111

Color Harmonies of #96FE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE9A

Black with #96FE9A

Text Example


Text Example

White with #96FE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,154); }

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

background-color css

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

 a { background-color: rgb(150,254,154); }

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

border-color css

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

 span { border-color: rgb(150,254,154); }

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