#8adc81

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

Shades of De York #8ADC81

Tints of De York #8ADC81

Color information

#8ADC81 (or 0x8ADC81) is unknown color: approx De York. HEX triplet: 8A, DC and 81. RGB value is (138,220,129). Sum of RGB (Red+Green+Blue) = 138+220+129=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC81 is #75237E. Grayscale: #B9B9B9. Windows color (decimal): -7676799 or 8510602. OLE color: 8510602.

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

Color convert

RGB138220129-
CMYK0.3700.410.14
HSL114.07º56.52%68.43%-
HSV(B)114.07º41.36%86.27%-
XYZ40.0458.1729.89-
YUV185.1196.3394.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=28.34%
G=45.17%
B=26.49%

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
Decimal1382201290.3700.410.14114.0756.5268.43
Hex8ADC8125029E723944
Octal212334201450511616271104
Binary1000101011011100100000011001010101001111011100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8adc81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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