#8AD392

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

Shades of De York #8AD392

Tints of De York #8AD392

Color information

#8AD392 (or 0x8AD392) is unknown color: approx De York. HEX triplet: 8A, D3 and 92. RGB value is (138,211,146). Sum of RGB (Red+Green+Blue) = 138+211+146=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD392 is #752C6D. Grayscale: #B5B5B5. Windows color (decimal): -7679086 or 9622410. OLE color: 9622410.

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

Color convert

RGB138211146-
CMYK0.3500.310.17
HSL126.58º45.34%68.43%-
HSV(B)126.58º34.6%82.75%-
XYZ38.9654.0735.58-
YUV181.76107.8296.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=27.88%
G=42.63%
B=29.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111460.3500.310.17126.5845.3468.43
Hex8AD3922301F117f2d44
Octal212323222430372117755104
Binary1000101011010011100100101000110111111000111111111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,146); }

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

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

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

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

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

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

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