#94E992

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

Shades of Light Green #94E992

Tints of Light Green #94E992

Color information

#94E992 (or 0x94E992) is unknown color: approx Light Green. HEX triplet: 94, E9 and 92. RGB value is (148,233,146). Sum of RGB (Red+Green+Blue) = 148+233+146=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #94E992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E992 is #6B166D. Grayscale: #C5C5C5. Windows color (decimal): -7018094 or 9628052. OLE color: 9628052.

HSL color Cylindrical-coordinate representation of color #94E992: hue angle of 118.62º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94E992 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB148233146-
CMYK0.3600.370.09
HSL118.62º66.41%74.31%-
HSV(B)118.62º37.34%91.37%-
XYZ46.5466.6537.61-
YUV197.6798.8492.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=28.08%
G=44.21%
B=27.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482331460.3600.370.09118.6266.4174.31
Hex94E99224025977424a
Octal2243512224404511167102112
Binary10010100111010011001001010010001001011001111011110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,233,146); }

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

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

 a { background-color: rgb(148,233,146); }

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

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

 span { border-color: rgb(148,233,146); }

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