#7ACC8F

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

Shades of De York #7ACC8F

Tints of De York #7ACC8F

Color information

#7ACC8F (or 0x7ACC8F) is unknown color: approx De York. HEX triplet: 7A, CC and 8F. RGB value is (122,204,143). Sum of RGB (Red+Green+Blue) = 122+204+143=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC8F is #853370. Grayscale: #ACACAC. Windows color (decimal): -8729457 or 9423994. OLE color: 9423994.

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

Color convert

RGB122204143-
CMYK0.4000.300.2
HSL135.37º44.57%63.92%-
HSV(B)135.37º40.2%80%-
XYZ34.5849.3133.68-
YUV172.53111.3391.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=26.01%
G=43.50%
B=30.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041430.4000.300.2135.3744.5763.92
Hex7ACC8F2801E14872d40
Octal172314217500362420755100
Binary1111010110011001000111110100001111010100100001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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