#7AC481

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

Shades of De York #7AC481

Tints of De York #7AC481

Color information

#7AC481 (or 0x7AC481) is unknown color: approx De York. HEX triplet: 7A, C4 and 81. RGB value is (122,196,129). Sum of RGB (Red+Green+Blue) = 122+196+129=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC481 is #853B7E. Grayscale: #A6A6A6. Windows color (decimal): -8731519 or 8504442. OLE color: 8504442.

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

Color convert

RGB122196129-
CMYK0.3800.340.23
HSL125.68º38.54%62.35%-
HSV(B)125.68º37.76%76.86%-
XYZ31.7345.227.82-
YUV166.24106.9896.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=27.29%
G=43.85%
B=28.86%

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
Decimal1221961290.3800.340.23125.6838.5462.35
Hex7AC48126022177e273e
Octal17230420146042271764776
Binary111101011000100100000011001100100010101111111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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