#8AC88D

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

Shades of De York #8AC88D

Tints of De York #8AC88D

Color information

#8AC88D (or 0x8AC88D) is unknown color: approx De York. HEX triplet: 8A, C8 and 8D. RGB value is (138,200,141). Sum of RGB (Red+Green+Blue) = 138+200+141=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC88D is #753772. Grayscale: #AEAEAE. Windows color (decimal): -7681907 or 9291914. OLE color: 9291914.

HSL color Cylindrical-coordinate representation of color #8AC88D: hue angle of 122.9º 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 #8AC88D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB138200141-
CMYK0.3100.290.22
HSL122.9º36.05%66.27%-
HSV(B)122.9º31%78.43%-
XYZ35.9448.6332.69-
YUV174.74108.96101.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=28.81%
G=41.75%
B=29.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001410.3100.290.22122.936.0566.27
Hex8AC88D1F01D167b2442
Octal212310215370352617344102
Binary100010101100100010001101111110111011011011110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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