Html Css Color HEX #94FDA8 Mint Green

📋 copy color: '#94FDA8'

red 148 ◦ green 253 ◦ blue 168

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

Shades of Mint Green #94FDA8

Tints of Mint Green #94FDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.53%

R = 26.01%
G = 44.46%
B = 29.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#94FDA8 (or 0x94FDA8) is known color: Mint Green. HEX triplet: 94, FD and A8. RGB value is (148,253,168). Sum of RGB (Red+Green+Blue) = 148+253+168=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDA8 is #6B0257. Grayscale: #D4D4D4. Windows color (decimal): -7012952 or 11074964. OLE color: 11074964.

HSL color Cylindrical-coordinate representation of color #94FDA8: hue angle of 131.43º 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 #94FDA8 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 168 -
CMYK 0.42 0 0.34 0.01
HSL 131.43º 0.96% 0.79% -
HSV(B) 131.43º 0.42% 0.99% -
XYZ 54.41 79.37 49.5 -
YUV 211.92 103.21 82.41 -
System Red Green Blue C M Y K H S L
Decimal 148 253 168 0.42 0 0.34 0.01 131.43 0.96 0.79
Hex 94 FD A8 2A 0 22 1 83 60 4F
Octal 224 375 250 52 0 42 1 203 140 117
Binary 10010100 11111101 10101000 101010 0 100010 1 10000011 1100000 1001111

Color Harmonies of #94FDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDA8

Black with #94FDA8

Text Example


Text Example

White with #94FDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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