#8AD535

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

Shades of Yellow Green #8AD535

Tints of Yellow Green #8AD535

Color information

#8AD535 (or 0x8AD535) is unknown color: approx Yellow Green. HEX triplet: 8A, D5 and 35. RGB value is (138,213,53). Sum of RGB (Red+Green+Blue) = 138+213+53=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD535 is #752ACA. Grayscale: #ACACAC. Windows color (decimal): -7678667 or 3528074. OLE color: 3528074.

HSL color Cylindrical-coordinate representation of color #8AD535: hue angle of 88.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AD535 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB13821353-
CMYK0.3500.750.16
HSL88.12º65.57%52.16%-
HSV(B)88.12º75.12%83.53%-
XYZ34.9253.2511.81-
YUV172.3460.65103.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 213 (83.59% from 255) = 52.72%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=34.16%
G=52.72%
B=13.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138213530.3500.750.1688.1265.5752.16
Hex8AD5352304B10584234
Octal212325654301132013010264
Binary1000101011010101110101100011010010111000010110001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,213,53); }

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

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

 a { background-color: rgb(138,213,53); }

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

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

 span { border-color: rgb(138,213,53); }

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