#5ABC3B

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

Shades of Apple #5ABC3B

Tints of Apple #5ABC3B

Color information

#5ABC3B (or 0x5ABC3B) is unknown color: approx Apple. HEX triplet: 5A, BC and 3B. RGB value is (90,188,59). Sum of RGB (Red+Green+Blue) = 90+188+59=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC3B is #A543C4. Grayscale: #909090. Windows color (decimal): -10830789 or 3914842. OLE color: 3914842.

HSL color Cylindrical-coordinate representation of color #5ABC3B: hue angle of 105.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ABC3B is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB9018859-
CMYK0.5200.690.26
HSL105.58º52.23%48.43%-
HSV(B)105.58º68.62%73.73%-
XYZ22.9938.4610.35-
YUV143.9980.0389.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.71%
GREEN value IS 188 (73.83% from 255) = 55.79%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=26.71%
G=55.79%
B=17.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90188590.5200.690.26105.5852.2348.43
Hex5ABC3B340451A6a3430
Octal13227473640105321526460
Binary10110101011110011101111010001000101110101101010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,188,59); }

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

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

 a { background-color: rgb(90,188,59); }

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

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

 span { border-color: rgb(90,188,59); }

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