Html Css Color HEX #94FA8D Pale Green

📋 copy color: '#94FA8D'

red 148 ◦ green 250 ◦ blue 141

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

Shades of Pale Green #94FA8D

Tints of Pale Green #94FA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.38%

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 27.46%
G = 46.38%
B = 26.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#94FA8D (or 0x94FA8D) is known color: Pale Green. HEX triplet: 94, FA and 8D. RGB value is (148,250,141). Sum of RGB (Red+Green+Blue) = 148+250+141=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA8D is #6B0572. Grayscale: #CFCFCF. Windows color (decimal): -7013747 or 9304724. OLE color: 9304724.

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

Color convert

RGB 148 250 141 -
CMYK 0.41 0 0.44 0.02
HSL 116.15º 0.92% 0.77% -
HSV(B) 116.15º 0.44% 0.98% -
XYZ 51.21 76.59 37.28 -
YUV 207.08 90.71 85.86 -
System Red Green Blue C M Y K H S L
Decimal 148 250 141 0.41 0 0.44 0.02 116.15 0.92 0.77
Hex 94 FA 8D 29 0 2C 2 74 5C 4D
Octal 224 372 215 51 0 54 2 164 134 115
Binary 10010100 11111010 10001101 101001 0 101100 10 1110100 1011100 1001101

Color Harmonies of #94FA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FA8D

Black with #94FA8D

Text Example


Text Example

White with #94FA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,250,141); }

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

background-color css

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

 a { background-color: rgb(148,250,141); }

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

border-color css

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

 span { border-color: rgb(148,250,141); }

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