#9AED96

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

Shades of Light Green #9AED96

Tints of Light Green #9AED96

Color information

#9AED96 (or 0x9AED96) is unknown color: approx Light Green. HEX triplet: 9A, ED and 96. RGB value is (154,237,150). Sum of RGB (Red+Green+Blue) = 154+237+150=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AED96 is #651269. Grayscale: #CACACA. Windows color (decimal): -6623850 or 9891226. OLE color: 9891226.

HSL color Cylindrical-coordinate representation of color #9AED96: hue angle of 117.24º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AED96 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB154237150-
CMYK0.3500.370.07
HSL117.24º70.73%75.88%-
HSV(B)117.24º36.71%92.94%-
XYZ49.1269.6439.71-
YUV202.2698.593.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=28.47%
G=43.81%
B=27.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542371500.3500.370.07117.2470.7375.88
Hex9AED9623025775474c
Octal232355226430457165107114
Binary1001101011101101100101101000110100101111111010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AED96; }

 p { color: rgb(154,237,150); }

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

<style>
 a { background-color: #9AED96; }

 a { background-color: rgb(154,237,150); }

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

<style>
 span { border-color: #9AED96; }

 span { border-color: rgb(154,237,150); }

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