#72AC46

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

Shades of Apple #72AC46

Tints of Apple #72AC46

Color information

#72AC46 (or 0x72AC46) is unknown color: approx Apple. HEX triplet: 72, AC and 46. RGB value is (114,172,70). Sum of RGB (Red+Green+Blue) = 114+172+70=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC46 is #8D53B9. Grayscale: #8F8F8F. Windows color (decimal): -9262010 or 4631666. OLE color: 4631666.

HSL color Cylindrical-coordinate representation of color #72AC46: hue angle of 94.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72AC46 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB11417270-
CMYK0.3400.590.33
HSL94.12º42.15%47.45%-
HSV(B)94.12º59.3%67.45%-
XYZ22.833.5211.06-
YUV143.0386.78107.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=32.02%
G=48.31%
B=19.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114172700.3400.590.3394.1242.1547.45
Hex72AC462203B215e2a2f
Octal16225410642073411365257
Binary111001010101100100011010001001110111000011011110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AC46; }

 p { color: rgb(114,172,70); }

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

<style>
 a { background-color: #72AC46; }

 a { background-color: rgb(114,172,70); }

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

<style>
 span { border-color: #72AC46; }

 span { border-color: rgb(114,172,70); }

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