#5AB83A

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

Shades of Apple #5AB83A

Tints of Apple #5AB83A

Color information

#5AB83A (or 0x5AB83A) is unknown color: approx Apple. HEX triplet: 5A, B8 and 3A. RGB value is (90,184,58). Sum of RGB (Red+Green+Blue) = 90+184+58=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB83A is #A547C5. Grayscale: #8D8D8D. Windows color (decimal): -10831814 or 3848282. OLE color: 3848282.

HSL color Cylindrical-coordinate representation of color #5AB83A: hue angle of 104.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AB83A is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB9018458-
CMYK0.5100.680.28
HSL104.76º52.07%47.45%-
HSV(B)104.76º68.48%72.16%-
XYZ22.1236.769.93-
YUV141.5380.8691.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 184 (72.27% from 255) = 55.42%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=27.11%
G=55.42%
B=17.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90184580.5100.680.28104.7652.0747.45
Hex5AB83A330441C69342f
Octal13227072630104341516457
Binary10110101011100011101011001101000100111001101001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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