#8CC88A

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

Shades of De York #8CC88A

Tints of De York #8CC88A

Color information

#8CC88A (or 0x8CC88A) is unknown color: approx De York. HEX triplet: 8C, C8 and 8A. RGB value is (140,200,138). Sum of RGB (Red+Green+Blue) = 140+200+138=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88A is #733775. Grayscale: #AFAFAF. Windows color (decimal): -7550838 or 9095308. OLE color: 9095308.

HSL color Cylindrical-coordinate representation of color #8CC88A: hue angle of 118.06º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC88A is Cyan = 0.3, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB140200138-
CMYK0.300.310.22
HSL118.06º36.05%66.27%-
HSV(B)118.06º31%78.43%-
XYZ36.0648.7231.55-
YUV174.99107.12103.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=29.29%
G=41.84%
B=28.87%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001380.300.310.22118.0636.0566.27
Hex8CC88A1E01F16762442
Octal214310212360372616644102
Binary100011001100100010001010111100111111011011101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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