#8ACD7B

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

Shades of De York #8ACD7B

Tints of De York #8ACD7B

Color information

#8ACD7B (or 0x8ACD7B) is unknown color: approx De York. HEX triplet: 8A, CD and 7B. RGB value is (138,205,123). Sum of RGB (Red+Green+Blue) = 138+205+123=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD7B is #753284. Grayscale: #AFAFAF. Windows color (decimal): -7680645 or 8113546. OLE color: 8113546.

HSL color Cylindrical-coordinate representation of color #8ACD7B: hue angle of 109.02º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ACD7B is Cyan = 0.33, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB138205123-
CMYK0.3300.40.20
HSL109.02º45.05%64.31%-
HSV(B)109.02º40%80.39%-
XYZ35.8950.526.59-
YUV175.6298.3101.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=29.61%
G=43.99%
B=26.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051230.3300.40.20109.0245.0564.31
Hex8ACD7B21028146d2d40
Octal212315173410502415555100
Binary1000101011001101111101110000101010001010011011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,123); }

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

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

 a { background-color: rgb(138,205,123); }

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

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

 span { border-color: rgb(138,205,123); }

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