#8AD08A

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

Shades of De York #8AD08A

Tints of De York #8AD08A

Color information

#8AD08A (or 0x8AD08A) is unknown color: approx De York. HEX triplet: 8A, D0 and 8A. RGB value is (138,208,138). Sum of RGB (Red+Green+Blue) = 138+208+138=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD08A is #752F75. Grayscale: #B3B3B3. Windows color (decimal): -7679862 or 9097354. OLE color: 9097354.

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

Color convert

RGB138208138-
CMYK0.3400.340.18
HSL120º42.68%67.84%-
HSV(B)120º33.65%81.57%-
XYZ37.6252.3532.17-
YUV179.09104.8198.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=28.51%
G=42.98%
B=28.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081380.3400.340.1812042.6867.84
Hex8AD08A2202212782b44
Octal212320212420422217053104
Binary10001010110100001000101010001001000101001011110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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