#5ACF48

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

Shades of Apple #5ACF48

Tints of Apple #5ACF48

Color information

#5ACF48 (or 0x5ACF48) is unknown color: approx Apple. HEX triplet: 5A, CF and 48. RGB value is (90,207,72). Sum of RGB (Red+Green+Blue) = 90+207+72=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF48 is #A530B7. Grayscale: #9D9D9D. Windows color (decimal): -10825912 or 4771674. OLE color: 4771674.

HSL color Cylindrical-coordinate representation of color #5ACF48: hue angle of 112º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ACF48 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB9020772-
CMYK0.5700.650.19
HSL112º58.44%54.71%-
HSV(B)112º65.22%81.18%-
XYZ27.747.2713.79-
YUV156.6380.2480.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.39%
GREEN value IS 207 (81.25% from 255) = 56.10%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=24.39%
G=56.10%
B=19.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90207720.5700.650.1911258.4454.71
Hex5ACF483904113703a37
Octal132317110710101231607267
Binary101101011001111100100011100101000001100111110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,207,72); }

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

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

 a { background-color: rgb(90,207,72); }

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

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

 span { border-color: rgb(90,207,72); }

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