#9AFD75

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

Shades of Light Green #9AFD75

Tints of Light Green #9AFD75

Color information

#9AFD75 (or 0x9AFD75) is unknown color: approx Light Green. HEX triplet: 9A, FD and 75. RGB value is (154,253,117). Sum of RGB (Red+Green+Blue) = 154+253+117=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFD75 is #65028A. Grayscale: #D0D0D0. Windows color (decimal): -6619787 or 7732634. OLE color: 7732634.

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

Color convert

RGB154253117-
CMYK0.3900.540.01
HSL103.68º97.14%72.55%-
HSV(B)103.68º53.75%99.22%-
XYZ51.6678.429.24-
YUV207.976.789.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 253 (99.22% from 255) = 48.28%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=29.39%
G=48.28%
B=22.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531170.3900.540.01103.6897.1472.55
Hex9AFD75270361686149
Octal232375165470661150141111
Binary1001101011111101111010110011101101101110100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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