Html Css Color HEX #94F9A8 Pale Green

📋 copy color: '#94F9A8'

red 148 ◦ green 249 ◦ blue 168

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

Shades of Pale Green #94F9A8

Tints of Pale Green #94F9A8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

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

R = 26.19%
G = 44.07%
B = 29.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#94F9A8 (or 0x94F9A8) is known color: Pale Green. HEX triplet: 94, F9 and A8. RGB value is (148,249,168). Sum of RGB (Red+Green+Blue) = 148+249+168=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F9A8 is #6B0657. Grayscale: #D1D1D1. Windows color (decimal): -7013976 or 11073940. OLE color: 11073940.

HSL color Cylindrical-coordinate representation of color #94F9A8: hue angle of 131.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9A8 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 168 -
CMYK 0.41 0 0.33 0.02
HSL 131.88º 0.89% 0.78% -
HSV(B) 131.88º 0.41% 0.98% -
XYZ 53.16 76.87 49.08 -
YUV 209.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 148 249 168 0.41 0 0.33 0.02 131.88 0.89 0.78
Hex 94 F9 A8 29 0 21 2 84 59 4E
Octal 224 371 250 51 0 41 2 204 131 116
Binary 10010100 11111001 10101000 101001 0 100001 10 10000100 1011001 1001110

Color Harmonies of #94F9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F9A8

Black with #94F9A8

Text Example


Text Example

White with #94F9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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