#5CAA45

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

Shades of Apple #5CAA45

Tints of Apple #5CAA45

Color information

#5CAA45 (or 0x5CAA45) is unknown color: approx Apple. HEX triplet: 5C, AA and 45. RGB value is (92,170,69). Sum of RGB (Red+Green+Blue) = 92+170+69=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA45 is #A355BA. Grayscale: #878787. Windows color (decimal): -10704315 or 4565596. OLE color: 4565596.

HSL color Cylindrical-coordinate representation of color #5CAA45: hue angle of 106.34º 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 #5CAA45 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB9217069-
CMYK0.4600.590.33
HSL106.34º42.26%46.86%-
HSV(B)106.34º59.41%66.67%-
XYZ19.8631.4510.65-
YUV135.1690.6697.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=27.79%
G=51.36%
B=20.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92170690.4600.590.33106.3442.2646.86
Hex5CAA452E03B216a2a2f
Octal13425210556073411525257
Binary101110010101010100010110111001110111000011101010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,69); }

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

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

 a { background-color: rgb(92,170,69); }

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

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

 span { border-color: rgb(92,170,69); }

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