#9AFD80

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

Shades of Light Green #9AFD80

Tints of Light Green #9AFD80

Color information

#9AFD80 (or 0x9AFD80) is unknown color: approx Light Green. HEX triplet: 9A, FD and 80. RGB value is (154,253,128). Sum of RGB (Red+Green+Blue) = 154+253+128=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFD80 is #65027F. Grayscale: #D1D1D1. Windows color (decimal): -6619776 or 8453530. OLE color: 8453530.

HSL color Cylindrical-coordinate representation of color #9AFD80: hue angle of 107.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AFD80 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB154253128-
CMYK0.3900.490.01
HSL107.52º96.9%74.71%-
HSV(B)107.52º49.41%99.22%-
XYZ52.3578.6832.85-
YUV209.1582.288.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=28.79%
G=47.29%
B=23.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531280.3900.490.01107.5296.974.71
Hex9AFD802703116c614b
Octal232375200470611154141113
Binary10011010111111011000000010011101100011110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,128); }

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

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

 a { background-color: rgb(154,253,128); }

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

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

 span { border-color: rgb(154,253,128); }

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