#9EF48E

Color #9EF48E Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9EF48E

Tints of Pale Green #9EF48E

Color information

#9EF48E (or 0x9EF48E) is unknown color: approx Pale Green. HEX triplet: 9E, F4 and 8E. RGB value is (158,244,142). Sum of RGB (Red+Green+Blue) = 158+244+142=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF48E is #610B71. Grayscale: #CECECE. Windows color (decimal): -6359922 or 9368734. OLE color: 9368734.

HSL color Cylindrical-coordinate representation of color #9EF48E: hue angle of 110.59º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EF48E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB158244142-
CMYK0.3500.420.04
HSL110.59º82.26%75.69%-
HSV(B)110.59º41.8%95.69%-
XYZ51.3373.9237.15-
YUV206.6691.5193.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=29.04%
G=44.85%
B=26.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582441420.3500.420.04110.5982.2675.69
Hex9EF48E2302A46f524c
Octal236364216430524157122114
Binary1001111011110100100011101000110101010100110111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,244,142); }

 H1.HeaderClassName
 {
   color: #9EF48E;
 }
 .AnyTagClassName
 {
   color: #9EF48E;
 }
</style>
background-color css

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

 a { background-color: rgb(158,244,142); }

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

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

 span { border-color: rgb(158,244,142); }

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