#5AB942

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

Shades of Apple #5AB942

Tints of Apple #5AB942

Color information

#5AB942 (or 0x5AB942) is unknown color: approx Apple. HEX triplet: 5A, B9 and 42. RGB value is (90,185,66). Sum of RGB (Red+Green+Blue) = 90+185+66=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB942 is #A546BD. Grayscale: #8F8F8F. Windows color (decimal): -10831550 or 4372826. OLE color: 4372826.

HSL color Cylindrical-coordinate representation of color #5AB942: hue angle of 107.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB942 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB9018566-
CMYK0.5100.640.27
HSL107.9º47.41%49.22%-
HSV(B)107.9º64.32%72.55%-
XYZ22.5537.2611.16-
YUV143.0384.5390.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=26.39%
G=54.25%
B=19.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90185660.5100.640.27107.947.4149.22
Hex5AB942330401B6c2f31
Octal132271102630100331545761
Binary101101010111001100001011001101000000110111101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,185,66); }

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

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

 a { background-color: rgb(90,185,66); }

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

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

 span { border-color: rgb(90,185,66); }

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