Html Css Color HEX #92FFA0 Mint Green

📋 copy color: '#92FFA0'

red 146 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #92FFA0

Tints of Mint Green #92FFA0

RGB

 RED value IS 146 (57.42% from 255) = 26.02%

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

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 26.02%
G = 45.45%
B = 28.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#92FFA0 (or 0x92FFA0) is known color: Mint Green. HEX triplet: 92, FF and A0. RGB value is (146,255,160). Sum of RGB (Red+Green+Blue) = 146+255+160=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FFA0 is #6D005F. Grayscale: #D3D3D3. Windows color (decimal): -7143520 or 10551186. OLE color: 10551186.

HSL color Cylindrical-coordinate representation of color #92FFA0: hue angle of 127.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FFA0 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 146 255 160 -
CMYK 0.43 0 0.37 0
HSL 127.71º 1% 0.79% -
HSV(B) 127.71º 0.43% 1% -
XYZ 53.96 80.17 45.89 -
YUV 211.58 98.89 81.22 -
System Red Green Blue C M Y K H S L
Decimal 146 255 160 0.43 0 0.37 0 127.71 1 0.79
Hex 92 FF A0 2B 0 25 0 80 64 4F
Octal 222 377 240 53 0 45 0 200 144 117
Binary 10010010 11111111 10100000 101011 0 100101 0 10000000 1100100 1001111

Color Harmonies of #92FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FFA0

Black with #92FFA0

Text Example


Text Example

White with #92FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92FFA0; }

 p { color: rgb(146,255,160); }

 H1.HeaderClassName
 {
   color: #92FFA0;
 }
 .AnyTagClassName
 {
   color: #92FFA0;
 }
</style>

background-color css

<style>
 a { background-color: #92FFA0; }

 a { background-color: rgb(146,255,160); }

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

border-color css

<style>
 span { border-color: #92FFA0; }

 span { border-color: rgb(146,255,160); }

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