#5ABC45

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

Shades of Apple #5ABC45

Tints of Apple #5ABC45

Color information

#5ABC45 (or 0x5ABC45) is unknown color: approx Apple. HEX triplet: 5A, BC and 45. RGB value is (90,188,69). Sum of RGB (Red+Green+Blue) = 90+188+69=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC45 is #A543BA. Grayscale: #919191. Windows color (decimal): -10830779 or 4570202. OLE color: 4570202.

HSL color Cylindrical-coordinate representation of color #5ABC45: hue angle of 109.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABC45 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB9018869-
CMYK0.5200.630.26
HSL109.41º47.04%50.39%-
HSV(B)109.41º63.3%73.73%-
XYZ23.2738.5711.85-
YUV145.1385.0388.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 188 (73.83% from 255) = 54.18%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=25.94%
G=54.18%
B=19.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90188690.5200.630.26109.4147.0450.39
Hex5ABC453403F1A6d2f32
Octal13227410564077321555762
Binary10110101011110010001011101000111111110101101101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,188,69); }

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

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

 a { background-color: rgb(90,188,69); }

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

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

 span { border-color: rgb(90,188,69); }

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