#7AC475

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

Shades of De York #7AC475

Tints of De York #7AC475

Color information

#7AC475 (or 0x7AC475) is unknown color: approx De York. HEX triplet: 7A, C4 and 75. RGB value is (122,196,117). Sum of RGB (Red+Green+Blue) = 122+196+117=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC475 is #853B8A. Grayscale: #A5A5A5. Windows color (decimal): -8731531 or 7718010. OLE color: 7718010.

HSL color Cylindrical-coordinate representation of color #7AC475: hue angle of 116.2º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC475 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB122196117-
CMYK0.3800.400.23
HSL116.2º40.1%61.37%-
HSV(B)116.2º40.31%76.86%-
XYZ30.9844.923.86-
YUV164.87100.9897.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=28.05%
G=45.06%
B=26.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961170.3800.400.23116.240.161.37
Hex7AC475260281774283d
Octal17230416546050271645075
Binary11110101100010011101011001100101000101111110100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,117); }

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

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

 a { background-color: rgb(122,196,117); }

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

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

 span { border-color: rgb(122,196,117); }

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