#7AC482

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

Shades of De York #7AC482

Tints of De York #7AC482

Color information

#7AC482 (or 0x7AC482) is unknown color: approx De York. HEX triplet: 7A, C4 and 82. RGB value is (122,196,130). Sum of RGB (Red+Green+Blue) = 122+196+130=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC482 is #853B7D. Grayscale: #A6A6A6. Windows color (decimal): -8731518 or 8569978. OLE color: 8569978.

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

Color convert

RGB122196130-
CMYK0.3800.340.23
HSL126.49º38.54%62.35%-
HSV(B)126.49º37.76%76.86%-
XYZ31.845.2328.17-
YUV166.35107.4896.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 196 (76.95% from 255) = 43.75%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=27.23%
G=43.75%
B=29.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961300.3800.340.23126.4938.5462.35
Hex7AC48226022177e273e
Octal17230420246042271764776
Binary111101011000100100000101001100100010101111111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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