#8AD198

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

Shades of De York #8AD198

Tints of De York #8AD198

Color information

#8AD198 (or 0x8AD198) is unknown color: approx De York. HEX triplet: 8A, D1 and 98. RGB value is (138,209,152). Sum of RGB (Red+Green+Blue) = 138+209+152=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD198 is #752E67. Grayscale: #B5B5B5. Windows color (decimal): -7679592 or 10015114. OLE color: 10015114.

HSL color Cylindrical-coordinate representation of color #8AD198: hue angle of 131.83º degrees, saturation: 0.44, 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 #8AD198 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB138209152-
CMYK0.3400.270.18
HSL131.83º43.56%68.04%-
HSV(B)131.83º33.97%81.96%-
XYZ38.9553.2737.94-
YUV181.27111.4897.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=27.66%
G=41.88%
B=30.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091520.3400.270.18131.8343.5668.04
Hex8AD1982201B12842c44
Octal212321230420332220454104
Binary10001010110100011001100010001001101110010100001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,152); }

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

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

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

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

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

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

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