#7AC68A

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

Shades of De York #7AC68A

Tints of De York #7AC68A

Color information

#7AC68A (or 0x7AC68A) is unknown color: approx De York. HEX triplet: 7A, C6 and 8A. RGB value is (122,198,138). Sum of RGB (Red+Green+Blue) = 122+198+138=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC68A is #853975. Grayscale: #A8A8A8. Windows color (decimal): -8730998 or 9094778. OLE color: 9094778.

HSL color Cylindrical-coordinate representation of color #7AC68A: hue angle of 132.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC68A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB122198138-
CMYK0.3800.300.22
HSL132.63º40%62.75%-
HSV(B)132.63º38.38%77.65%-
XYZ32.8146.3631.26-
YUV168.44110.8294.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=26.64%
G=43.23%
B=30.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981380.3800.300.22132.634062.75
Hex7AC68A2601E1685283f
Octal17230621246036262055077
Binary111101011000110100010101001100111101011010000101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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