#5ACC4D

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

Shades of Apple #5ACC4D

Tints of Apple #5ACC4D

Color information

#5ACC4D (or 0x5ACC4D) is unknown color: approx Apple. HEX triplet: 5A, CC and 4D. RGB value is (90,204,77). Sum of RGB (Red+Green+Blue) = 90+204+77=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC4D is #A533B2. Grayscale: #9B9B9B. Windows color (decimal): -10826675 or 5098586. OLE color: 5098586.

HSL color Cylindrical-coordinate representation of color #5ACC4D: hue angle of 113.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACC4D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB9020477-
CMYK0.5600.620.2
HSL113.86º55.46%55.1%-
HSV(B)113.86º62.25%80%-
XYZ27.1545.914.45-
YUV155.4483.7381.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 204 (80.08% from 255) = 54.99%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=24.26%
G=54.99%
B=20.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90204770.5600.620.2113.8655.4655.1
Hex5ACC4D3803E14723737
Octal13231411570076241626767
Binary10110101100110010011011110000111110101001110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,204,77); }

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

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

 a { background-color: rgb(90,204,77); }

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

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

 span { border-color: rgb(90,204,77); }

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