#5AB93D

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

Shades of Apple #5AB93D

Tints of Apple #5AB93D

Color information

#5AB93D (or 0x5AB93D) is unknown color: approx Apple. HEX triplet: 5A, B9 and 3D. RGB value is (90,185,61). Sum of RGB (Red+Green+Blue) = 90+185+61=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB93D is #A546C2. Grayscale: #8E8E8E. Windows color (decimal): -10831555 or 4045146. OLE color: 4045146.

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

Color convert

RGB9018561-
CMYK0.5100.670.27
HSL105.97º50.41%48.24%-
HSV(B)105.97º67.03%72.55%-
XYZ22.4137.2110.42-
YUV142.4682.0390.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 185 (72.66% from 255) = 55.06%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=26.79%
G=55.06%
B=18.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90185610.5100.670.27105.9750.4148.24
Hex5AB93D330431B6a3230
Octal13227175630103331526260
Binary10110101011100111110111001101000011110111101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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