#7ACC8B

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

Shades of De York #7ACC8B

Tints of De York #7ACC8B

Color information

#7ACC8B (or 0x7ACC8B) is unknown color: approx De York. HEX triplet: 7A, CC and 8B. RGB value is (122,204,139). Sum of RGB (Red+Green+Blue) = 122+204+139=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC8B is #853374. Grayscale: #ACACAC. Windows color (decimal): -8729461 or 9161850. OLE color: 9161850.

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

Color convert

RGB122204139-
CMYK0.4000.320.2
HSL132.44º44.57%63.92%-
HSV(B)132.44º40.2%80%-
XYZ34.2849.1932.11-
YUV172.07109.3392.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=26.24%
G=43.87%
B=29.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041390.4000.320.2132.4444.5763.92
Hex7ACC8B2802014842d40
Octal172314213500402420455100
Binary11110101100110010001011101000010000010100100001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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