#94E89C

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

Shades of Light Green #94E89C

Tints of Light Green #94E89C

Color information

#94E89C (or 0x94E89C) is unknown color: approx Light Green. HEX triplet: 94, E8 and 9C. RGB value is (148,232,156). Sum of RGB (Red+Green+Blue) = 148+232+156=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #94E89C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E89C is #6B1763. Grayscale: #C6C6C6. Windows color (decimal): -7018340 or 10283156. OLE color: 10283156.

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

Color convert

RGB148232156-
CMYK0.3600.330.09
HSL125.71º64.62%74.51%-
HSV(B)125.71º36.21%90.98%-
XYZ47.0766.4141.79-
YUV198.22104.1792.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=27.61%
G=43.28%
B=29.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321560.3600.330.09125.7164.6274.51
Hex94E89C2402197e414b
Octal2243502344404111176101113
Binary10010100111010001001110010010001000011001111111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,156); }

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

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

 a { background-color: rgb(148,232,156); }

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

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

 span { border-color: rgb(148,232,156); }

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