#8AD48A

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

Shades of De York #8AD48A

Tints of De York #8AD48A

Color information

#8AD48A (or 0x8AD48A) is unknown color: approx De York. HEX triplet: 8A, D4 and 8A. RGB value is (138,212,138). Sum of RGB (Red+Green+Blue) = 138+212+138=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD48A is #752B75. Grayscale: #B5B5B5. Windows color (decimal): -7678838 or 9098378. OLE color: 9098378.

HSL color Cylindrical-coordinate representation of color #8AD48A: hue angle of 120º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD48A is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB138212138-
CMYK0.3500.350.17
HSL120º46.25%68.63%-
HSV(B)120º34.91%83.14%-
XYZ38.6154.3332.5-
YUV181.44103.4897.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=28.28%
G=43.44%
B=28.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121380.3500.350.1712046.2568.63
Hex8AD48A2302311782e45
Octal212324212430432117056105
Binary10001010110101001000101010001101000111000111110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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