Html Css Color HEX #94F99A Pale Green

📋 copy color: '#94F99A'

red 148 ◦ green 249 ◦ blue 154

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

Shades of Pale Green #94F99A

Tints of Pale Green #94F99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.95%

R = 26.86%
G = 45.19%
B = 27.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#94F99A (or 0x94F99A) is known color: Pale Green. HEX triplet: 94, F9 and 9A. RGB value is (148,249,154). Sum of RGB (Red+Green+Blue) = 148+249+154=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #94F99A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F99A is #6B0665. Grayscale: #D0D0D0. Windows color (decimal): -7013990 or 10156436. OLE color: 10156436.

HSL color Cylindrical-coordinate representation of color #94F99A: hue angle of 123.56º 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 #94F99A is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 154 -
CMYK 0.41 0 0.38 0.02
HSL 123.56º 0.89% 0.78% -
HSV(B) 123.56º 0.41% 0.98% -
XYZ 51.92 76.38 42.58 -
YUV 207.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 148 249 154 0.41 0 0.38 0.02 123.56 0.89 0.78
Hex 94 F9 9A 29 0 26 2 7C 59 4E
Octal 224 371 232 51 0 46 2 174 131 116
Binary 10010100 11111001 10011010 101001 0 100110 10 1111100 1011001 1001110

Color Harmonies of #94F99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F99A

Black with #94F99A

Text Example


Text Example

White with #94F99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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