#7AC58B

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

Shades of De York #7AC58B

Tints of De York #7AC58B

Color information

#7AC58B (or 0x7AC58B) is unknown color: approx De York. HEX triplet: 7A, C5 and 8B. RGB value is (122,197,139). Sum of RGB (Red+Green+Blue) = 122+197+139=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC58B is #853A74. Grayscale: #A8A8A8. Windows color (decimal): -8731253 or 9160058. OLE color: 9160058.

HSL color Cylindrical-coordinate representation of color #7AC58B: hue angle of 133.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC58B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB122197139-
CMYK0.3800.290.23
HSL133.6º39.27%62.55%-
HSV(B)133.6º38.07%77.25%-
XYZ32.6545.9331.57-
YUV167.96111.6595.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=26.64%
G=43.01%
B=30.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221971390.3800.290.23133.639.2762.55
Hex7AC58B2601D1786273f
Octal17230521346035272064777
Binary111101011000101100010111001100111011011110000110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,139); }

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

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

 a { background-color: rgb(122,197,139); }

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

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

 span { border-color: rgb(122,197,139); }

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