#94ED92

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

Shades of Light Green #94ED92

Tints of Light Green #94ED92

Color information

#94ED92 (or 0x94ED92) is unknown color: approx Light Green. HEX triplet: 94, ED and 92. RGB value is (148,237,146). Sum of RGB (Red+Green+Blue) = 148+237+146=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ED92 is #6B126D. Grayscale: #C8C8C8. Windows color (decimal): -7017070 or 9629076. OLE color: 9629076.

HSL color Cylindrical-coordinate representation of color #94ED92: hue angle of 118.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94ED92 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB148237146-
CMYK0.3800.380.07
HSL118.68º71.65%75.1%-
HSV(B)118.68º38.4%92.94%-
XYZ47.6968.9437.99-
YUV200.0297.5190.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=27.87%
G=44.63%
B=27.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482371460.3800.380.07118.6871.6575.1
Hex94ED9226026777484b
Octal224355222460467167110113
Binary1001010011101101100100101001100100110111111011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ED92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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