#7AC382

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

Shades of De York #7AC382

Tints of De York #7AC382

Color information

#7AC382 (or 0x7AC382) is unknown color: approx De York. HEX triplet: 7A, C3 and 82. RGB value is (122,195,130). Sum of RGB (Red+Green+Blue) = 122+195+130=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC382 is #853C7D. Grayscale: #A5A5A5. Windows color (decimal): -8731774 or 8569722. OLE color: 8569722.

HSL color Cylindrical-coordinate representation of color #7AC382: hue angle of 126.58º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC382 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB122195130-
CMYK0.3700.330.24
HSL126.58º37.82%62.16%-
HSV(B)126.58º37.44%76.47%-
XYZ31.5744.7828.1-
YUV165.76107.8296.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=27.29%
G=43.62%
B=29.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221951300.3700.330.24126.5837.8262.16
Hex7AC38225021187f263e
Octal17230320245041301774676
Binary111101011000011100000101001010100001110001111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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