Html Css Color HEX #A2FD96 Mint Green

📋 copy color: '#A2FD96'

red 162 ◦ green 253 ◦ blue 150

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

Shades of Mint Green #A2FD96

Tints of Mint Green #A2FD96

RGB

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

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

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

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

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A2FD96: hue angle of 113.01º 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 #A2FD96 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 150 -
CMYK 0.36 0 0.41 0.01
HSL 113.01º 0.96% 0.79% -
HSV(B) 113.01º 0.41% 0.99% -
XYZ 55.53 80.13 41.39 -
YUV 214.05 91.85 90.88 -
System Red Green Blue C M Y K H S L
Decimal 162 253 150 0.36 0 0.41 0.01 113.01 0.96 0.79
Hex A2 FD 96 24 0 29 1 71 60 4F
Octal 242 375 226 44 0 51 1 161 140 117
Binary 10100010 11111101 10010110 100100 0 101001 1 1110001 1100000 1001111

Color Harmonies of #A2FD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FD96

Black with #A2FD96

Text Example


Text Example

White with #A2FD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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