#8ACF87

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

Shades of De York #8ACF87

Tints of De York #8ACF87

Color information

#8ACF87 (or 0x8ACF87) is unknown color: approx De York. HEX triplet: 8A, CF and 87. RGB value is (138,207,135). Sum of RGB (Red+Green+Blue) = 138+207+135=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF87 is #753078. Grayscale: #B2B2B2. Windows color (decimal): -7680121 or 8900490. OLE color: 8900490.

HSL color Cylindrical-coordinate representation of color #8ACF87: hue angle of 117.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ACF87 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB138207135-
CMYK0.3300.350.19
HSL117.5º42.86%67.06%-
HSV(B)117.5º34.78%81.18%-
XYZ37.1751.7830.96-
YUV178.16103.6499.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.75%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=28.75%
G=43.12%
B=28.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071350.3300.350.19117.542.8667.06
Hex8ACF872102313752b43
Octal212317207410432316553103
Binary10001010110011111000011110000101000111001111101011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,207,135); }

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

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

 a { background-color: rgb(138,207,135); }

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

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

 span { border-color: rgb(138,207,135); }

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