#94F081

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

Shades of Light Green #94F081

Tints of Light Green #94F081

Color information

#94F081 (or 0x94F081) is unknown color: approx Light Green. HEX triplet: 94, F0 and 81. RGB value is (148,240,129). Sum of RGB (Red+Green+Blue) = 148+240+129=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #94F081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F081 is #6B0F7E. Grayscale: #C8C8C8. Windows color (decimal): -7016319 or 8515732. OLE color: 8515732.

HSL color Cylindrical-coordinate representation of color #94F081: hue angle of 109.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94F081 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB148240129-
CMYK0.3800.460.06
HSL109.73º78.72%72.35%-
HSV(B)109.73º46.25%94.12%-
XYZ47.3470.231.82-
YUV199.8488.0291.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=28.63%
G=46.42%
B=24.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401290.3800.460.06109.7378.7272.35
Hex94F0812602E66e4f48
Octal224360201460566156117110
Binary1001010011110000100000011001100101110110110111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,129); }

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

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

 a { background-color: rgb(148,240,129); }

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

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

 span { border-color: rgb(148,240,129); }

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