#8ADA25

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

Shades of Yellow Green #8ADA25

Tints of Yellow Green #8ADA25

Color information

#8ADA25 (or 0x8ADA25) is unknown color: approx Yellow Green. HEX triplet: 8A, DA and 25. RGB value is (138,218,37). Sum of RGB (Red+Green+Blue) = 138+218+37=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADA25 is #7525DA. Grayscale: #AEAEAE. Windows color (decimal): -7677403 or 2480778. OLE color: 2480778.

HSL color Cylindrical-coordinate representation of color #8ADA25: hue angle of 86.52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8ADA25 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB13821837-
CMYK0.3700.830.15
HSL86.52º70.98%50%-
HSV(B)86.52º83.03%85.49%-
XYZ35.8955.6810.61-
YUV173.4551102.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 218 (85.55% from 255) = 55.47%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=35.11%
G=55.47%
B=9.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138218370.3700.830.1586.5270.9850
Hex8ADA2525053F574732
Octal212332454501231712710762
Binary100010101101101010010110010101010011111110101111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,218,37); }

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

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

 a { background-color: rgb(138,218,37); }

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

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

 span { border-color: rgb(138,218,37); }

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