#94E68F

Color #94E68F Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #94E68F

Tints of Light Green #94E68F

Color information

#94E68F (or 0x94E68F) is unknown color: approx Light Green. HEX triplet: 94, E6 and 8F. RGB value is (148,230,143). Sum of RGB (Red+Green+Blue) = 148+230+143=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #94E68F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E68F is #6B1970. Grayscale: #C3C3C3. Windows color (decimal): -7018865 or 9430676. OLE color: 9430676.

HSL color Cylindrical-coordinate representation of color #94E68F: hue angle of 116.55º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E68F is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB148230143-
CMYK0.3600.380.10
HSL116.55º63.5%73.14%-
HSV(B)116.55º37.83%90.2%-
XYZ45.4764.8736.11-
YUV195.5698.3394.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 230 (90.23% from 255) = 44.15%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=28.41%
G=44.15%
B=27.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301430.3600.380.10116.5563.573.14
Hex94E68F24026A754049
Octal2243462174404612165100111
Binary10010100111001101000111110010001001101010111010110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,143); }

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

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

 a { background-color: rgb(148,230,143); }

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

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

 span { border-color: rgb(148,230,143); }

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