#8ADC19

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

Shades of Yellow Green #8ADC19

Tints of Yellow Green #8ADC19

Color information

#8ADC19 (or 0x8ADC19) is unknown color: approx Yellow Green. HEX triplet: 8A, DC and 19. RGB value is (138,220,25). Sum of RGB (Red+Green+Blue) = 138+220+25=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADC19 is #7523E6. Grayscale: #ADADAD. Windows color (decimal): -7676903 or 1694858. OLE color: 1694858.

HSL color Cylindrical-coordinate representation of color #8ADC19: hue angle of 85.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8ADC19 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB13822025-
CMYK0.3700.890.14
HSL85.23º79.59%48.04%-
HSV(B)85.23º88.64%86.27%-
XYZ36.2556.669.95-
YUV173.2544.33102.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 220 (86.33% from 255) = 57.44%
BLUE value IS 25 (10.16% from 255) = 6.53%
R=36.03%
G=57.44%
B=6.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138220250.3700.890.1485.2379.5948.04
Hex8ADC1925059E555030
Octal212334314501311612512060
Binary10001010110111001100110010101011001111010101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,220,25); }

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

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

 a { background-color: rgb(138,220,25); }

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

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

 span { border-color: rgb(138,220,25); }

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