#94EA99

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

Shades of Light Green #94EA99

Tints of Light Green #94EA99

Color information

#94EA99 (or 0x94EA99) is unknown color: approx Light Green. HEX triplet: 94, EA and 99. RGB value is (148,234,153). Sum of RGB (Red+Green+Blue) = 148+234+153=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA99 is #6B1566. Grayscale: #C7C7C7. Windows color (decimal): -7017831 or 10087060. OLE color: 10087060.

HSL color Cylindrical-coordinate representation of color #94EA99: hue angle of 123.49º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EA99 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB148234153-
CMYK0.3700.350.08
HSL123.49º67.19%74.9%-
HSV(B)123.49º36.75%91.76%-
XYZ47.3967.4440.66-
YUV199.05102.0191.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=27.66%
G=43.74%
B=28.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341530.3700.350.08123.4967.1974.9
Hex94EA992502387b434b
Octal2243522314504310173103113
Binary10010100111010101001100110010101000111000111101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,153); }

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

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

 a { background-color: rgb(148,234,153); }

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

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

 span { border-color: rgb(148,234,153); }

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