#5AD83A

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

Shades of Apple #5AD83A

Tints of Apple #5AD83A

Color information

#5AD83A (or 0x5AD83A) is unknown color: approx Apple. HEX triplet: 5A, D8 and 3A. RGB value is (90,216,58). Sum of RGB (Red+Green+Blue) = 90+216+58=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD83A is #A527C5. Grayscale: #A0A0A0. Windows color (decimal): -10823622 or 3856474. OLE color: 3856474.

HSL color Cylindrical-coordinate representation of color #5AD83A: hue angle of 107.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AD83A is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB9021658-
CMYK0.5800.730.15
HSL107.85º66.95%53.73%-
HSV(B)107.85º73.15%84.71%-
XYZ29.5451.5912.4-
YUV160.3170.2677.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 216 (84.77% from 255) = 59.34%
BLUE value IS 58 (23.05% from 255) = 15.93%
R=24.73%
G=59.34%
B=15.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90216580.5800.730.15107.8566.9553.73
Hex5AD83A3A049F6c4336
Octal132330727201111715410366
Binary10110101101100011101011101001001001111111011001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,216,58); }

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

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

 a { background-color: rgb(90,216,58); }

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

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

 span { border-color: rgb(90,216,58); }

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