#8ADD25

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

Shades of Yellow Green #8ADD25

Tints of Yellow Green #8ADD25

Color information

#8ADD25 (or 0x8ADD25) is unknown color: approx Yellow Green. HEX triplet: 8A, DD and 25. RGB value is (138,221,37). Sum of RGB (Red+Green+Blue) = 138+221+37=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD25 is #7522DA. Grayscale: #AFAFAF. Windows color (decimal): -7676635 or 2481546. OLE color: 2481546.

HSL color Cylindrical-coordinate representation of color #8ADD25: hue angle of 87.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8ADD25 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB13822137-
CMYK0.3800.830.13
HSL87.07º73.02%50.59%-
HSV(B)87.07º83.26%86.67%-
XYZ36.6757.2510.87-
YUV175.2150101.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 221 (86.72% from 255) = 55.81%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=34.85%
G=55.81%
B=9.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138221370.3800.830.1387.0773.0250.59
Hex8ADD2526053D574933
Octal212335454601231512711163
Binary100010101101110110010110011001010011110110101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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