Html Css Color HEX #94FDA2 Mint Green

📋 copy color: '#94FDA2'

red 148 ◦ green 253 ◦ blue 162

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

Shades of Mint Green #94FDA2

Tints of Mint Green #94FDA2

RGB

 RED value IS 148 (58.2% from 255) = 26.29%

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

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

R = 26.29%
G = 44.94%
B = 28.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#94FDA2 (or 0x94FDA2) is known color: Mint Green. HEX triplet: 94, FD and A2. RGB value is (148,253,162). Sum of RGB (Red+Green+Blue) = 148+253+162=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDA2 is #6B025D. Grayscale: #D3D3D3. Windows color (decimal): -7012958 or 10681748. OLE color: 10681748.

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

Color convert

RGB 148 253 162 -
CMYK 0.42 0 0.36 0.01
HSL 128º 0.96% 0.79% -
HSV(B) 128º 0.42% 0.99% -
XYZ 53.86 79.16 46.62 -
YUV 211.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 148 253 162 0.42 0 0.36 0.01 128 0.96 0.79
Hex 94 FD A2 2A 0 24 1 80 60 4F
Octal 224 375 242 52 0 44 1 200 140 117
Binary 10010100 11111101 10100010 101010 0 100100 1 10000000 1100000 1001111

Color Harmonies of #94FDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDA2

Black with #94FDA2

Text Example


Text Example

White with #94FDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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