#94E29A

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

Shades of Light Green #94E29A

Tints of Light Green #94E29A

Color information

#94E29A (or 0x94E29A) is unknown color: approx Light Green. HEX triplet: 94, E2 and 9A. RGB value is (148,226,154). Sum of RGB (Red+Green+Blue) = 148+226+154=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #94E29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E29A is #6B1D65. Grayscale: #C2C2C2. Windows color (decimal): -7019878 or 10150548. OLE color: 10150548.

HSL color Cylindrical-coordinate representation of color #94E29A: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E29A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB148226154-
CMYK0.3500.320.11
HSL124.62º57.35%73.33%-
HSV(B)124.62º34.51%88.63%-
XYZ45.2463.0240.35-
YUV194.47105.1694.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=28.03%
G=42.80%
B=29.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482261540.3500.320.11124.6257.3573.33
Hex94E29A23020B7d3949
Octal224342232430401317571111
Binary1001010011100010100110101000110100000101111111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,226,154); }

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

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

 a { background-color: rgb(148,226,154); }

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

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

 span { border-color: rgb(148,226,154); }

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