#8CD98A

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

Shades of De York #8CD98A

Tints of De York #8CD98A

Color information

#8CD98A (or 0x8CD98A) is unknown color: approx De York. HEX triplet: 8C, D9 and 8A. RGB value is (140,217,138). Sum of RGB (Red+Green+Blue) = 140+217+138=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD98A is #732675. Grayscale: #B9B9B9. Windows color (decimal): -7546486 or 9099660. OLE color: 9099660.

HSL color Cylindrical-coordinate representation of color #8CD98A: hue angle of 118.48º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CD98A is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB140217138-
CMYK0.3500.360.15
HSL118.48º50.97%69.61%-
HSV(B)118.48º36.41%85.1%-
XYZ40.2257.0432.93-
YUV184.97101.4995.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=28.28%
G=43.84%
B=27.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171380.3500.360.15118.4850.9769.61
Hex8CD98A23024F763346
Octal214331212430441716663106
Binary1000110011011001100010101000110100100111111101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,138); }

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

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

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

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

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

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

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