#97F18A

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

Shades of Light Green #97F18A

Tints of Light Green #97F18A

Color information

#97F18A (or 0x97F18A) is unknown color: approx Light Green. HEX triplet: 97, F1 and 8A. RGB value is (151,241,138). Sum of RGB (Red+Green+Blue) = 151+241+138=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #97F18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F18A is #680E75. Grayscale: #CACACA. Windows color (decimal): -6819446 or 9105815. OLE color: 9105815.

HSL color Cylindrical-coordinate representation of color #97F18A: hue angle of 112.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97F18A is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB151241138-
CMYK0.3700.430.05
HSL112.43º78.63%74.31%-
HSV(B)112.43º42.74%94.51%-
XYZ48.8171.3235.24-
YUV202.3591.6891.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.49%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=28.49%
G=45.47%
B=26.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512411380.3700.430.05112.4378.6374.31
Hex97F18A2502B5704f4a
Octal227361212450535160117112
Binary1001011111110001100010101001010101011101111000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,241,138); }

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

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

 a { background-color: rgb(151,241,138); }

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

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

 span { border-color: rgb(151,241,138); }

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