#7AC275

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

Shades of De York #7AC275

Tints of De York #7AC275

Color information

#7AC275 (or 0x7AC275) is unknown color: approx De York. HEX triplet: 7A, C2 and 75. RGB value is (122,194,117). Sum of RGB (Red+Green+Blue) = 122+194+117=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC275 is #853D8A. Grayscale: #A3A3A3. Windows color (decimal): -8732043 or 7717498. OLE color: 7717498.

HSL color Cylindrical-coordinate representation of color #7AC275: hue angle of 116.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC275 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB122194117-
CMYK0.3700.400.24
HSL116.1º38.69%60.98%-
HSV(B)116.1º39.69%76.08%-
XYZ30.5344.0123.71-
YUV163.69101.6598.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=28.18%
G=44.80%
B=27.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221941170.3700.400.24116.138.6960.98
Hex7AC275250281874273d
Octal17230216545050301644775
Binary11110101100001011101011001010101000110001110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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