#5ACF49

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

Shades of Apple #5ACF49

Tints of Apple #5ACF49

Color information

#5ACF49 (or 0x5ACF49) is unknown color: approx Apple. HEX triplet: 5A, CF and 49. RGB value is (90,207,73). Sum of RGB (Red+Green+Blue) = 90+207+73=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF49 is #A530B6. Grayscale: #9D9D9D. Windows color (decimal): -10825911 or 4837210. OLE color: 4837210.

HSL color Cylindrical-coordinate representation of color #5ACF49: hue angle of 112.39º 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 #5ACF49 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB9020773-
CMYK0.5700.650.19
HSL112.39º58.26%54.9%-
HSV(B)112.39º64.73%81.18%-
XYZ27.7347.2813.97-
YUV156.7480.7480.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 207 (81.25% from 255) = 55.95%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=24.32%
G=55.95%
B=19.73%

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
Decimal90207730.5700.650.19112.3958.2654.9
Hex5ACF493904113703a37
Octal132317111710101231607267
Binary101101011001111100100111100101000001100111110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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