#5ABA3F

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

Shades of Apple #5ABA3F

Tints of Apple #5ABA3F

Color information

#5ABA3F (or 0x5ABA3F) is unknown color: approx Apple. HEX triplet: 5A, BA and 3F. RGB value is (90,186,63). Sum of RGB (Red+Green+Blue) = 90+186+63=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA3F is #A545C0. Grayscale: #8F8F8F. Windows color (decimal): -10831297 or 4176474. OLE color: 4176474.

HSL color Cylindrical-coordinate representation of color #5ABA3F: hue angle of 106.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ABA3F is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB9018663-
CMYK0.5200.660.27
HSL106.83º49.4%48.82%-
HSV(B)106.83º66.13%72.94%-
XYZ22.6737.6510.77-
YUV143.2782.790-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 186 (73.05% from 255) = 54.87%
BLUE value IS 63 (25% from 255) = 18.58%
R=26.55%
G=54.87%
B=18.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90186630.5200.660.27106.8349.448.82
Hex5ABA3F340421B6b3131
Octal13227277640102331536161
Binary10110101011101011111111010001000010110111101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,186,63); }

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

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

 a { background-color: rgb(90,186,63); }

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

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

 span { border-color: rgb(90,186,63); }

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