#8AD07D

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

Shades of De York #8AD07D

Tints of De York #8AD07D

Color information

#8AD07D (or 0x8AD07D) is unknown color: approx De York. HEX triplet: 8A, D0 and 7D. RGB value is (138,208,125). Sum of RGB (Red+Green+Blue) = 138+208+125=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD07D is #752F82. Grayscale: #B1B1B1. Windows color (decimal): -7679875 or 8245386. OLE color: 8245386.

HSL color Cylindrical-coordinate representation of color #8AD07D: hue angle of 110.6º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AD07D is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB138208125-
CMYK0.3400.400.18
HSL110.6º46.89%65.29%-
HSV(B)110.6º39.9%81.57%-
XYZ36.745227.5-
YUV177.6198.3199.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=29.30%
G=44.16%
B=26.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081250.3400.400.18110.646.8965.29
Hex8AD07D22028126f2f41
Octal212320175420502215757101
Binary1000101011010000111110110001001010001001011011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,125); }

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

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

 a { background-color: rgb(138,208,125); }

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

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

 span { border-color: rgb(138,208,125); }

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