#94EA88

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

Shades of Light Green #94EA88

Tints of Light Green #94EA88

Color information

#94EA88 (or 0x94EA88) is unknown color: approx Light Green. HEX triplet: 94, EA and 88. RGB value is (148,234,136). Sum of RGB (Red+Green+Blue) = 148+234+136=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA88 is #6B1577. Grayscale: #C5C5C5. Windows color (decimal): -7017848 or 8972948. OLE color: 8972948.

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

Color convert

RGB148234136-
CMYK0.3700.420.08
HSL112.65º70%72.55%-
HSV(B)112.65º41.88%91.76%-
XYZ46.0866.9233.78-
YUV197.1193.5192.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 234 (91.80% from 255) = 45.17%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=28.57%
G=45.17%
B=26.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341360.3700.420.08112.657072.55
Hex94EA882502A8714649
Octal2243522104505210161106111
Binary10010100111010101000100010010101010101000111000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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