#8ADC82

Color #8ADC82 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8ADC82

Tints of De York #8ADC82

Color information

#8ADC82 (or 0x8ADC82) is unknown color: approx De York. HEX triplet: 8A, DC and 82. RGB value is (138,220,130). Sum of RGB (Red+Green+Blue) = 138+220+130=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC82 is #75237D. Grayscale: #B9B9B9. Windows color (decimal): -7676798 or 8576138. OLE color: 8576138.

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

Color convert

RGB138220130-
CMYK0.3700.410.14
HSL114.67º56.25%68.63%-
HSV(B)114.67º40.91%86.27%-
XYZ40.158.230.24-
YUV185.2296.8394.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=28.28%
G=45.08%
B=26.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201300.3700.410.14114.6756.2568.63
Hex8ADC8225029E733845
Octal212334202450511616370105
Binary1000101011011100100000101001010101001111011100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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