Html Css Color HEX #94FEA5 Mint Green

📋 copy color: '#94FEA5'

red 148 ◦ green 254 ◦ blue 165

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

Shades of Mint Green #94FEA5

Tints of Mint Green #94FEA5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.8%

 BLUE value IS 165 (64.84% from 255) = 29.1%

R = 26.1%
G = 44.8%
B = 29.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#94FEA5 (or 0x94FEA5) is known color: Mint Green. HEX triplet: 94, FE and A5. RGB value is (148,254,165). Sum of RGB (Red+Green+Blue) = 148+254+165=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEA5 is #6B015A. Grayscale: #D4D4D4. Windows color (decimal): -7012699 or 10878612. OLE color: 10878612.

HSL color Cylindrical-coordinate representation of color #94FEA5: hue angle of 129.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEA5 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 165 -
CMYK 0.42 0 0.35 0.00
HSL 129.62º 0.98% 0.79% -
HSV(B) 129.62º 0.42% 1% -
XYZ 54.45 79.9 48.15 -
YUV 212.16 101.38 82.24 -
System Red Green Blue C M Y K H S L
Decimal 148 254 165 0.42 0 0.35 0.00 129.62 0.98 0.79
Hex 94 FE A5 2A 0 23 0 82 62 4F
Octal 224 376 245 52 0 43 0 202 142 117
Binary 10010100 11111110 10100101 101010 0 100011 0 10000010 1100010 1001111

Color Harmonies of #94FEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEA5

Black with #94FEA5

Text Example


Text Example

White with #94FEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,254,165); }

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

background-color css

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

 a { background-color: rgb(148,254,165); }

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

border-color css

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

 span { border-color: rgb(148,254,165); }

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