#7AC084

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

Shades of De York #7AC084

Tints of De York #7AC084

Color information

#7AC084 (or 0x7AC084) is unknown color: approx De York. HEX triplet: 7A, C0 and 84. RGB value is (122,192,132). Sum of RGB (Red+Green+Blue) = 122+192+132=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC084 is #853F7B. Grayscale: #A4A4A4. Windows color (decimal): -8732540 or 8700026. OLE color: 8700026.

HSL color Cylindrical-coordinate representation of color #7AC084: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC084 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB122192132-
CMYK0.3600.310.25
HSL128.57º35.71%61.57%-
HSV(B)128.57º36.46%75.29%-
XYZ31.0443.528.59-
YUV164.23109.8197.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=27.35%
G=43.05%
B=29.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221921320.3600.310.25128.5735.7161.57
Hex7AC0842401F1981243e
Octal17230020444037312014476
Binary111101011000000100001001001000111111100110000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,192,132); }

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

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

 a { background-color: rgb(122,192,132); }

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

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

 span { border-color: rgb(122,192,132); }

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