#99ED94

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

Shades of Light Green #99ED94

Tints of Light Green #99ED94

Color information

#99ED94 (or 0x99ED94) is unknown color: approx Light Green. HEX triplet: 99, ED and 94. RGB value is (153,237,148). Sum of RGB (Red+Green+Blue) = 153+237+148=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99ED94 is #66126B. Grayscale: #CACACA. Windows color (decimal): -6689388 or 9760153. OLE color: 9760153.

HSL color Cylindrical-coordinate representation of color #99ED94: hue angle of 116.63º degrees, saturation: 0.71, 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 #99ED94 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB153237148-
CMYK0.3500.380.07
HSL116.63º71.2%75.49%-
HSV(B)116.63º37.55%92.94%-
XYZ48.7769.4838.86-
YUV201.7497.6793.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.44%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=28.44%
G=44.05%
B=27.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532371480.3500.380.07116.6371.275.49
Hex99ED9423026775474b
Octal231355224430467165107113
Binary1001100111101101100101001000110100110111111010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ED94; }

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

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

<style>
 a { background-color: #99ED94; }

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

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

<style>
 span { border-color: #99ED94; }

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

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