#7AC48A

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

Shades of De York #7AC48A

Tints of De York #7AC48A

Color information

#7AC48A (or 0x7AC48A) is unknown color: approx De York. HEX triplet: 7A, C4 and 8A. RGB value is (122,196,138). Sum of RGB (Red+Green+Blue) = 122+196+138=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC48A is #853B75. Grayscale: #A7A7A7. Windows color (decimal): -8731510 or 9094266. OLE color: 9094266.

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

Color convert

RGB122196138-
CMYK0.3800.300.23
HSL132.97º38.54%62.35%-
HSV(B)132.97º37.76%76.86%-
XYZ32.3545.4531.11-
YUV167.26111.4895.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=26.75%
G=42.98%
B=30.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961380.3800.300.23132.9738.5462.35
Hex7AC48A2601E1785273e
Octal17230421246036272054776
Binary111101011000100100010101001100111101011110000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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