#5ACC4C

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

Shades of Apple #5ACC4C

Tints of Apple #5ACC4C

Color information

#5ACC4C (or 0x5ACC4C) is unknown color: approx Apple. HEX triplet: 5A, CC and 4C. RGB value is (90,204,76). Sum of RGB (Red+Green+Blue) = 90+204+76=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC4C is #A533B3. Grayscale: #9B9B9B. Windows color (decimal): -10826676 or 5033050. OLE color: 5033050.

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

Color convert

RGB9020476-
CMYK0.5600.630.2
HSL113.44º55.65%54.9%-
HSV(B)113.44º62.75%80%-
XYZ27.1145.8814.26-
YUV155.3283.2381.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 204 (80.08% from 255) = 55.14%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=24.32%
G=55.14%
B=20.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90204760.5600.630.2113.4455.6554.9
Hex5ACC4C3803F14713837
Octal13231411470077241617067
Binary10110101100110010011001110000111111101001110001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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