#7AC140

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

Shades of Apple #7AC140

Tints of Apple #7AC140

Color information

#7AC140 (or 0x7AC140) is unknown color: approx Apple. HEX triplet: 7A, C1 and 40. RGB value is (122,193,64). Sum of RGB (Red+Green+Blue) = 122+193+64=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC140 is #853EBF. Grayscale: #9D9D9D. Windows color (decimal): -8732352 or 4243834. OLE color: 4243834.

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

Color convert

RGB12219364-
CMYK0.3700.670.24
HSL93.02º50.99%50.39%-
HSV(B)93.02º66.84%75.69%-
XYZ28.0242.6511.61-
YUV157.0675.48102.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=32.19%
G=50.92%
B=16.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122193640.3700.670.2493.0250.9950.39
Hex7AC14025043185d3332
Octal172301100450103301356362
Binary111101011000001100000010010101000011110001011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,193,64); }

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

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

 a { background-color: rgb(122,193,64); }

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

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

 span { border-color: rgb(122,193,64); }

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