#5ac246

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

Shades of Apple #5AC246

Tints of Apple #5AC246

Color information

#5AC246 (or 0x5AC246) is unknown color: approx Apple. HEX triplet: 5A, C2 and 46. RGB value is (90,194,70). Sum of RGB (Red+Green+Blue) = 90+194+70=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC246 is #A53DB9. Grayscale: #959595. Windows color (decimal): -10829242 or 4637274. OLE color: 4637274.

HSL color Cylindrical-coordinate representation of color #5AC246: hue angle of 110.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AC246 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB9019470-
CMYK0.5400.640.24
HSL110.32º50.41%51.76%-
HSV(B)110.32º63.92%76.08%-
XYZ24.6141.212.45-
YUV148.7783.5486.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 194 (76.17% from 255) = 54.80%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=25.42%
G=54.80%
B=19.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90194700.5400.640.24110.3250.4151.76
Hex5AC24636040186e3234
Octal132302106660100301566264
Binary101101011000010100011011011001000000110001101110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ac246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ac246; }

 p { color: rgb(90,194,70); }

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

<style>
 a { background-color: #5ac246; }

 a { background-color: rgb(90,194,70); }

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

<style>
 span { border-color: #5ac246; }

 span { border-color: rgb(90,194,70); }

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