#7ACD8B

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

Shades of De York #7ACD8B

Tints of De York #7ACD8B

Color information

#7ACD8B (or 0x7ACD8B) is unknown color: approx De York. HEX triplet: 7A, CD and 8B. RGB value is (122,205,139). Sum of RGB (Red+Green+Blue) = 122+205+139=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD8B is #853274. Grayscale: #ACACAC. Windows color (decimal): -8729205 or 9162106. OLE color: 9162106.

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

Color convert

RGB122205139-
CMYK0.4000.320.20
HSL132.29º45.36%64.12%-
HSV(B)132.29º40.49%80.39%-
XYZ34.5249.6632.19-
YUV172.6610991.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=26.18%
G=43.99%
B=29.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051390.4000.320.20132.2945.3664.12
Hex7ACD8B2802014842d40
Octal172315213500402420455100
Binary11110101100110110001011101000010000010100100001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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