#5ACA48

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

Shades of Apple #5ACA48

Tints of Apple #5ACA48

Color information

#5ACA48 (or 0x5ACA48) is unknown color: approx Apple. HEX triplet: 5A, CA and 48. RGB value is (90,202,72). Sum of RGB (Red+Green+Blue) = 90+202+72=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACA48 is #A535B7. Grayscale: #9A9A9A. Windows color (decimal): -10827192 or 4770394. OLE color: 4770394.

HSL color Cylindrical-coordinate representation of color #5ACA48: hue angle of 111.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACA48 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB9020272-
CMYK0.5500.640.21
HSL111.69º55.08%53.73%-
HSV(B)111.69º64.36%79.22%-
XYZ26.5144.8813.4-
YUV153.6981.8982.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 202 (79.30% from 255) = 55.49%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=24.73%
G=55.49%
B=19.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90202720.5500.640.21111.6955.0853.73
Hex5ACA483704015703736
Octal132312110670100251606766
Binary101101011001010100100011011101000000101011110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,202,72); }

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

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

 a { background-color: rgb(90,202,72); }

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

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

 span { border-color: rgb(90,202,72); }

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