Html Css Color HEX #9EF894 Pale Green

📋 copy color: '#9EF894'

red 158 ◦ green 248 ◦ blue 148

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

Shades of Pale Green #9EF894

Tints of Pale Green #9EF894

RGB

 RED value IS 158 (62.11% from 255) = 28.52%

 GREEN value IS 248 (97.27% from 255) = 44.77%

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 28.52%
G = 44.77%
B = 26.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#9EF894 (or 0x9EF894) is known color: Pale Green. HEX triplet: 9E, F8 and 94. RGB value is (158,248,148). Sum of RGB (Red+Green+Blue) = 158+248+148=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF894 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF894 is #61076B. Grayscale: #D2D2D2. Windows color (decimal): -6358892 or 9762974. OLE color: 9762974.

HSL color Cylindrical-coordinate representation of color #9EF894: hue angle of 114º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EF894 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 248 148 -
CMYK 0.36 0 0.40 0.03
HSL 114º 0.88% 0.78% -
HSV(B) 114º 0.4% 0.97% -
XYZ 53.01 76.54 40 -
YUV 209.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 158 248 148 0.36 0 0.40 0.03 114 0.88 0.78
Hex 9E F8 94 24 0 28 3 72 58 4E
Octal 236 370 224 44 0 50 3 162 130 116
Binary 10011110 11111000 10010100 100100 0 101000 11 1110010 1011000 1001110

Color Harmonies of #9EF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF894

Black with #9EF894

Text Example


Text Example

White with #9EF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EF894; }

 p { color: rgb(158,248,148); }

 H1.HeaderClassName
 {
   color: #9EF894;
 }
 .AnyTagClassName
 {
   color: #9EF894;
 }
</style>

background-color css

<style>
 a { background-color: #9EF894; }

 a { background-color: rgb(158,248,148); }

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

border-color css

<style>
 span { border-color: #9EF894; }

 span { border-color: rgb(158,248,148); }

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