#7ACD8F

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

Shades of De York #7ACD8F

Tints of De York #7ACD8F

Color information

#7ACD8F (or 0x7ACD8F) is unknown color: approx De York. HEX triplet: 7A, CD and 8F. RGB value is (122,205,143). Sum of RGB (Red+Green+Blue) = 122+205+143=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD8F is #853270. Grayscale: #ADADAD. Windows color (decimal): -8729201 or 9424250. OLE color: 9424250.

HSL color Cylindrical-coordinate representation of color #7ACD8F: hue angle of 135.18º 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 #7ACD8F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB122205143-
CMYK0.4000.300.20
HSL135.18º45.36%64.12%-
HSV(B)135.18º40.49%80.39%-
XYZ34.8249.7833.76-
YUV173.1111191.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=25.96%
G=43.62%
B=30.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051430.4000.300.20135.1845.3664.12
Hex7ACD8F2801E14872d40
Octal172315217500362420755100
Binary1111010110011011000111110100001111010100100001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACD8F; }

 p { color: rgb(122,205,143); }

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

<style>
 a { background-color: #7ACD8F; }

 a { background-color: rgb(122,205,143); }

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

<style>
 span { border-color: #7ACD8F; }

 span { border-color: rgb(122,205,143); }

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