#8ADC83

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

Shades of De York #8ADC83

Tints of De York #8ADC83

Color information

#8ADC83 (or 0x8ADC83) is unknown color: approx De York. HEX triplet: 8A, DC and 83. RGB value is (138,220,131). Sum of RGB (Red+Green+Blue) = 138+220+131=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC83 is #75237C. Grayscale: #B9B9B9. Windows color (decimal): -7676797 or 8641674. OLE color: 8641674.

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

Color convert

RGB138220131-
CMYK0.3700.400.14
HSL115.28º55.97%68.82%-
HSV(B)115.28º40.45%86.27%-
XYZ40.1758.2330.59-
YUV185.3497.3394.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=28.22%
G=44.99%
B=26.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201310.3700.400.14115.2855.9768.82
Hex8ADC8325028E733845
Octal212334203450501616370105
Binary1000101011011100100000111001010101000111011100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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