#7AC484

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

Shades of De York #7AC484

Tints of De York #7AC484

Color information

#7AC484 (or 0x7AC484) is unknown color: approx De York. HEX triplet: 7A, C4 and 84. RGB value is (122,196,132). Sum of RGB (Red+Green+Blue) = 122+196+132=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC484 is #853B7B. Grayscale: #A6A6A6. Windows color (decimal): -8731516 or 8701050. OLE color: 8701050.

HSL color Cylindrical-coordinate representation of color #7AC484: hue angle of 128.11º 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 #7AC484 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB122196132-
CMYK0.3800.330.23
HSL128.11º38.54%62.35%-
HSV(B)128.11º37.76%76.86%-
XYZ31.9345.2828.89-
YUV166.58108.4896.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=27.11%
G=43.56%
B=29.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961320.3800.330.23128.1138.5462.35
Hex7AC484260211780273e
Octal17230420446041272004776
Binary1111010110001001000010010011001000011011110000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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