#94E69F

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

Shades of Light Green #94E69F

Tints of Light Green #94E69F

Color information

#94E69F (or 0x94E69F) is unknown color: approx Light Green. HEX triplet: 94, E6 and 9F. RGB value is (148,230,159). Sum of RGB (Red+Green+Blue) = 148+230+159=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #94E69F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E69F is #6B1960. Grayscale: #C5C5C5. Windows color (decimal): -7018849 or 10479252. OLE color: 10479252.

HSL color Cylindrical-coordinate representation of color #94E69F: hue angle of 128.05º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E69F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB148230159-
CMYK0.3600.310.10
HSL128.05º62.12%74.12%-
HSV(B)128.05º35.65%90.2%-
XYZ46.7765.3942.96-
YUV197.39106.3392.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 230 (90.23% from 255) = 42.83%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=27.56%
G=42.83%
B=29.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301590.3600.310.10128.0562.1274.12
Hex94E69F2401FA803e4a
Octal224346237440371220076112
Binary1001010011100110100111111001000111111010100000001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,159); }

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

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

 a { background-color: rgb(148,230,159); }

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

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

 span { border-color: rgb(148,230,159); }

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