#97EA96

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

Shades of Light Green #97EA96

Tints of Light Green #97EA96

Color information

#97EA96 (or 0x97EA96) is unknown color: approx Light Green. HEX triplet: 97, EA and 96. RGB value is (151,234,150). Sum of RGB (Red+Green+Blue) = 151+234+150=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EA96 is #681569. Grayscale: #C7C7C7. Windows color (decimal): -6821226 or 9890455. OLE color: 9890455.

HSL color Cylindrical-coordinate representation of color #97EA96: hue angle of 119.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EA96 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB151234150-
CMYK0.3500.360.08
HSL119.29º66.67%75.29%-
HSV(B)119.29º35.9%91.76%-
XYZ47.6967.6339.39-
YUV199.6110093.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=28.22%
G=43.74%
B=28.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512341500.3500.360.08119.2966.6775.29
Hex97EA9623024877434b
Octal2273522264304410167103113
Binary10010111111010101001011010001101001001000111011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97EA96; }

 p { color: rgb(151,234,150); }

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

<style>
 a { background-color: #97EA96; }

 a { background-color: rgb(151,234,150); }

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

<style>
 span { border-color: #97EA96; }

 span { border-color: rgb(151,234,150); }

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