#8AFF75

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

Shades of Light Green #8AFF75

Tints of Light Green #8AFF75

Color information

#8AFF75 (or 0x8AFF75) is unknown color: approx Light Green. HEX triplet: 8A, FF and 75. RGB value is (138,255,117). Sum of RGB (Red+Green+Blue) = 138+255+117=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFF75 is #75008A. Grayscale: #CCCCCC. Windows color (decimal): -7667851 or 7733130. OLE color: 7733130.

HSL color Cylindrical-coordinate representation of color #8AFF75: hue angle of 110.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AFF75 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB138255117-
CMYK0.4600.540
HSL110.87º100%72.94%-
HSV(B)110.87º54.12%100%-
XYZ49.4578.2129.32-
YUV204.2878.7480.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 255 (100% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=27.06%
G=50%
B=22.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551170.4600.540110.8710072.94
Hex8AFF752E03606f6449
Octal212377165560660157144111
Binary1000101011111111111010110111001101100110111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFF75; }

 p { color: rgb(138,255,117); }

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

<style>
 a { background-color: #8AFF75; }

 a { background-color: rgb(138,255,117); }

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

<style>
 span { border-color: #8AFF75; }

 span { border-color: rgb(138,255,117); }

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