#5AB930

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

Shades of Apple #5AB930

Tints of Apple #5AB930

Color information

#5AB930 (or 0x5AB930) is unknown color: approx Apple. HEX triplet: 5A, B9 and 30. RGB value is (90,185,48). Sum of RGB (Red+Green+Blue) = 90+185+48=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB930 is #A546CF. Grayscale: #8D8D8D. Windows color (decimal): -10831568 or 3193178. OLE color: 3193178.

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

Color convert

RGB9018548-
CMYK0.5100.740.27
HSL101.61º58.8%45.69%-
HSV(B)101.61º74.05%72.55%-
XYZ22.137.088.79-
YUV140.9875.5391.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 185 (72.66% from 255) = 57.28%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=27.86%
G=57.28%
B=14.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90185480.5100.740.27101.6158.845.69
Hex5AB9303304A1B663b2e
Octal13227160630112331467356
Binary10110101011100111000011001101001010110111100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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