#5ABD4E

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

Shades of Apple #5ABD4E

Tints of Apple #5ABD4E

Color information

#5ABD4E (or 0x5ABD4E) is unknown color: approx Apple. HEX triplet: 5A, BD and 4E. RGB value is (90,189,78). Sum of RGB (Red+Green+Blue) = 90+189+78=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD4E is #A542B1. Grayscale: #939393. Windows color (decimal): -10830514 or 5160282. OLE color: 5160282.

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

Color convert

RGB9018978-
CMYK0.5200.590.26
HSL113.51º45.68%52.35%-
HSV(B)113.51º58.73%74.12%-
XYZ23.7939.1213.5-
YUV146.7489.287.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 189 (74.22% from 255) = 52.94%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=25.21%
G=52.94%
B=21.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90189780.5200.590.26113.5145.6852.35
Hex5ABD4E3403B1A722e34
Octal13227511664073321625664
Binary10110101011110110011101101000111011110101110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,78); }

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

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

 a { background-color: rgb(90,189,78); }

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

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

 span { border-color: rgb(90,189,78); }

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