Html Css Color HEX #96FF8A Mint Green

📋 copy color: '#96FF8A'

red 150 ◦ green 255 ◦ blue 138

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

Shades of Mint Green #96FF8A

Tints of Mint Green #96FF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 27.62%
G = 46.96%
B = 25.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#96FF8A (or 0x96FF8A) is known color: Mint Green. HEX triplet: 96, FF and 8A. RGB value is (150,255,138). Sum of RGB (Red+Green+Blue) = 150+255+138=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF8A is #690075. Grayscale: #D2D2D2. Windows color (decimal): -6881398 or 9109398. OLE color: 9109398.

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

Color convert

RGB 150 255 138 -
CMYK 0.41 0 0.46 0
HSL 113.85º 1% 0.77% -
HSV(B) 113.85º 0.46% 1% -
XYZ 52.93 79.84 36.67 -
YUV 210.27 87.21 85.01 -
System Red Green Blue C M Y K H S L
Decimal 150 255 138 0.41 0 0.46 0 113.85 1 0.77
Hex 96 FF 8A 29 0 2E 0 72 64 4D
Octal 226 377 212 51 0 56 0 162 144 115
Binary 10010110 11111111 10001010 101001 0 101110 0 1110010 1100100 1001101

Color Harmonies of #96FF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF8A

Black with #96FF8A

Text Example


Text Example

White with #96FF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,138); }

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

background-color css

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

 a { background-color: rgb(150,255,138); }

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

border-color css

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

 span { border-color: rgb(150,255,138); }

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