#94E098

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

Shades of Light Green #94E098

Tints of Light Green #94E098

Color information

#94E098 (or 0x94E098) is unknown color: approx Light Green. HEX triplet: 94, E0 and 98. RGB value is (148,224,152). Sum of RGB (Red+Green+Blue) = 148+224+152=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #94E098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E098 is #6B1F67. Grayscale: #C1C1C1. Windows color (decimal): -7020392 or 10018964. OLE color: 10018964.

HSL color Cylindrical-coordinate representation of color #94E098: hue angle of 123.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E098 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB148224152-
CMYK0.3400.320.12
HSL123.16º55.07%72.94%-
HSV(B)123.16º33.93%87.84%-
XYZ44.5461.8739.3-
YUV193.07104.8295.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=28.24%
G=42.75%
B=29.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241520.3400.320.12123.1655.0772.94
Hex94E09822020C7b3749
Octal224340230420401417367111
Binary1001010011100000100110001000100100000110011110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,152); }

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

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

 a { background-color: rgb(148,224,152); }

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

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

 span { border-color: rgb(148,224,152); }

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